-
Notifications
You must be signed in to change notification settings - Fork 94
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
add hashing to stdlib transcript #835
Closed
Comments
lucasxia01
added a commit
to AztecProtocol/aztec-packages
that referenced
this issue
Feb 8, 2024
Combines native and stdlib transcripts by templating it with a TranscriptParams parameter. This parameter contains the type of field element in the proof (bb::fr for native and field_t<Builder> for stdlib) and conversion functions for converting from the field element to/from other types. Adds the stdlib conversion functions, and the convert_challenge function for native and stdlib for turning a challenge into a bn254 scalar or grumpkin scalar. Resolves AztecProtocol/barretenberg#835. --------- Co-authored-by: codygunton <codygunton@gmail.com>
AztecBot
pushed a commit
that referenced
this issue
Feb 9, 2024
Combines native and stdlib transcripts by templating it with a TranscriptParams parameter. This parameter contains the type of field element in the proof (bb::fr for native and field_t<Builder> for stdlib) and conversion functions for converting from the field element to/from other types. Adds the stdlib conversion functions, and the convert_challenge function for native and stdlib for turning a challenge into a bn254 scalar or grumpkin scalar. Resolves #835. --------- Co-authored-by: codygunton <codygunton@gmail.com>
michaelelliot
pushed a commit
to Swoir/noir_rs
that referenced
this issue
Feb 28, 2024
Combines native and stdlib transcripts by templating it with a TranscriptParams parameter. This parameter contains the type of field element in the proof (bb::fr for native and field_t<Builder> for stdlib) and conversion functions for converting from the field element to/from other types. Adds the stdlib conversion functions, and the convert_challenge function for native and stdlib for turning a challenge into a bn254 scalar or grumpkin scalar. Resolves AztecProtocol/barretenberg#835. --------- Co-authored-by: codygunton <codygunton@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: