diff options
author | Jack Lloyd <[email protected]> | 2019-02-28 08:21:43 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-02-28 08:21:43 -0500 |
commit | ad1c79efac6b32f16e783226c6ec4c4cd1dd4342 (patch) | |
tree | 36b15a179257100807d312dcb9faa3672f2e082b | |
parent | ef9d76e06ca4a31f8c8aaf484321a6dacf7745f8 (diff) |
Add long Blowfish ECB test
We were not testing 4-wide encryption
-rw-r--r-- | src/tests/data/block/blowfish.vec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/data/block/blowfish.vec b/src/tests/data/block/blowfish.vec index 6b460fe5d..a7e9e0a0b 100644 --- a/src/tests/data/block/blowfish.vec +++ b/src/tests/data/block/blowfish.vec @@ -243,3 +243,7 @@ Key = F0E1D2C3B4A5968778695A4B3C2D1E0F0011223344556677 In = FEDCBA9876543210 Out = 05044B62FA52D080 +# Generated with OpenSSL +Key = 00112233445566778899AABBCCDDEEFF +In = E22D6ED893F299EB7BB5DA56FECEBFFBC0AECC3CC59AC717D360C6B3B0141ED8B226DC10E8EE963BB83B76E95454BC8A41640635BF793CDB37357F8DDCBEAE2D +Out = 499DB1464EA293B246A429CD198666EDA5EC02B9E04480B1D7AA64A5B8DECADD0DF49DA89D2B83348179EE0340279C78D027E6D8BB6BE5EC29F2DBBFA7B0B8A7 |