Skip to content
New issue

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

make transcript string dynamic in ffi_interface #84

Open
dragan2234 opened this issue Feb 14, 2024 · 0 comments · May be fixed by #89
Open

make transcript string dynamic in ffi_interface #84

dragan2234 opened this issue Feb 14, 2024 · 0 comments · May be fixed by #89

Comments

@dragan2234
Copy link
Contributor

dragan2234 commented Feb 14, 2024

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

Example in this lib:

let mut transcript = Transcript::new(b"verkle");

@dragan2234 dragan2234 linked a pull request Mar 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant