We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be good to have a transcript string dynamic (passed as a parameter to create_proof() and verify_proof() methods in ffi_interface. Since test vectors are using different string: https://github.com/jsign/verkle-test-vectors/blob/main/crypto/clients/go-ipa/crypto_test.go#L322
create_proof()
verify_proof()
Example in this lib:
rust-verkle/ffi_interface/src/lib.rs
Line 350 in 629d63e
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It would be good to have a transcript string dynamic (passed as a parameter to
create_proof()
andverify_proof()
methods in ffi_interface. Since test vectors are using different string: https://github.com/jsign/verkle-test-vectors/blob/main/crypto/clients/go-ipa/crypto_test.go#L322Example in this lib:
rust-verkle/ffi_interface/src/lib.rs
Line 350 in 629d63e
The text was updated successfully, but these errors were encountered: