mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-29 15:26:39 +01:00
Truncate digest bits (#50)
* apply a hash function before adding to transcript * truncate shape_digest into 250 bits * add missing file * fix clippy * cargo fmt
This commit is contained in:
2
src/constants.rs
Normal file
2
src/constants.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub(crate) const NUM_CHALLENGE_BITS: usize = 128;
|
||||
pub(crate) const NUM_HASH_BITS: usize = 250;
|
||||
Reference in New Issue
Block a user