generated from alpenlabs/rust-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
We need to have some compile time constant to generate fiat-shamir challenge to avoid replay attacks. These constants could be something like a single hash of verification keys or some other digest. It could also be version number that increments with changes to the code.
This issue is created to discuss suitable values for compile time constants that should not proving and verification times.
Current implementation does not make use of such parameters or their values.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request