mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 15:52:14 +00:00
Raise the number of chunks in Pedersen hashes to 63.
This commit is contained in:
parent
52829af6d8
commit
821d22261e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user