Apply suggestion for the type of jumbled_hash.

Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
Daira Hopwood 2021-09-17 20:40:48 +01:00 committed by GitHub
parent bc6bc8a375
commit 3838e2514d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def main():
'f4jumble_long',
(
('length', 'usize'),
('jumbled_hash', 'Vec<u8>'),
('jumbled_hash', '[u8; 64]'),
),
hashed_test_vectors,
)