mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 20:41:22 +00:00
Increase the number of pedersen hash generators, exercise all test vectors.
This commit is contained in:
committed by
Jack Grigg
parent
4dff8055bf
commit
3701c2b442
@@ -220,7 +220,7 @@ impl JubjubBls12 {
|
||||
{
|
||||
let mut pedersen_hash_generators = vec![];
|
||||
|
||||
for m in 0..5 {
|
||||
for m in 0..6 {
|
||||
use byteorder::{LittleEndian, WriteBytesExt};
|
||||
|
||||
let mut segment_number = [0u8; 4];
|
||||
|
Reference in New Issue
Block a user