nova-zero-knowledge-verifier
SP2KZ109PC2HRFH8T37ZD8VAQF2DK38RTXQSBK80TSource Code
;; nova-zero-knowledge-verifier.clar
;; Mock ZK proof verification
;; CLARITY VERSION: 2
(define-public (verify-proof (proof (buff 128)) (public-inputs (list 10 uint)))
(begin
;; Always return true for mock
(ok true)
)
)
Functions (1)
| Function | Access | Args |
|---|---|---|
| verify-proof | public | proof: (buff 128 |