You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a transcript_hasher implementation using standard hash function such as SHA3, BLAKE, etc. which can be used on any curve. Since it does not need special constants, the data can just serialize to binary and feed to the hash function.
Set the default value of the Plonk transcript_hasher template parameter (on the Plonk prover and verifier) to the SHA3 (or BLAKE) hasher.
Create a
transcript_hasher
implementation using standard hash function such as SHA3, BLAKE, etc. which can be used on any curve. Since it does not need special constants, the data can just serialize to binary and feed to the hash function.Set the default value of the Plonk
transcript_hasher
template parameter (on the Plonk prover and verifier) to the SHA3 (or BLAKE) hasher.See #61 (comment)
The text was updated successfully, but these errors were encountered: