Apply suggestion for the type of jumbled_hash.
Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
parent
bc6bc8a375
commit
3838e2514d
|
@ -31,7 +31,7 @@ def main():
|
|||
'f4jumble_long',
|
||||
(
|
||||
('length', 'usize'),
|
||||
('jumbled_hash', 'Vec<u8>'),
|
||||
('jumbled_hash', '[u8; 64]'),
|
||||
),
|
||||
hashed_test_vectors,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue