mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-01 08:12:14 +00:00
pedersen_hash: show a tighter limit for hash sizes
This commit is contained in:
parent
15633ad434
commit
4835be05b0
@ -215,7 +215,7 @@ mod test {
|
||||
let params = &JubjubBls12::new();
|
||||
|
||||
let mut input: Vec<bool> = vec![];
|
||||
for i in 0..(63*3*4+1) {
|
||||
for i in 0..(63*3*4-6+1) {
|
||||
input.push(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user