nova-zero-knowledge-verifier

SP2KZ109PC2HRFH8T37ZD8VAQF2DK38RTXQSBK80T

Source 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)

FunctionAccessArgs
verify-proofpublicproof: (buff 128