From 3838e2514d88f0f8068c39829ea29c51542a1a88 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Fri, 17 Sep 2021 20:40:48 +0100 Subject: [PATCH] Apply suggestion for the type of jumbled_hash. Co-authored-by: str4d --- f4jumble_long.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f4jumble_long.py b/f4jumble_long.py index 2b1553c..f8af499 100755 --- a/f4jumble_long.py +++ b/f4jumble_long.py @@ -31,7 +31,7 @@ def main(): 'f4jumble_long', ( ('length', 'usize'), - ('jumbled_hash', 'Vec'), + ('jumbled_hash', '[u8; 64]'), ), hashed_test_vectors, )