Raise the number of chunks in Pedersen hashes to 63.

This commit is contained in:
Sean Bowe 2018-02-11 12:59:57 -07:00
parent 52829af6d8
commit 821d22261e
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -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