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

add hashing to stdlib transcript #835

Closed
lucasxia01 opened this issue Jan 19, 2024 · 0 comments · Fixed by AztecProtocol/aztec-packages#4161
Closed

add hashing to stdlib transcript #835

lucasxia01 opened this issue Jan 19, 2024 · 0 comments · Fixed by AztecProtocol/aztec-packages#4161
Assignees

Comments

@lucasxia01
Copy link
Contributor

No description provided.

@lucasxia01 lucasxia01 self-assigned this Jan 19, 2024
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant