Skip to content

Commit

Permalink
Raise the number of chunks in Pedersen hashes to 63.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebfull committed Feb 11, 2018
1 parent 52829af commit 821d222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jubjub/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 821d222

Please sign in to comment.