mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Raise the number of chunks in Pedersen hashes to 63.
This commit is contained in:
@@ -93,7 +93,7 @@ impl JubjubParams<Bls12> for JubjubBls12 {
|
||||
&self.pedersen_hash_generators
|
||||
}
|
||||
fn pedersen_hash_chunks_per_generator(&self) -> usize {
|
||||
62
|
||||
63
|
||||
}
|
||||
fn fixed_base_chunks_per_generator(&self) -> usize {
|
||||
84
|
||||
|
Reference in New Issue
Block a user