GaloisInc / hacrypto

Experiments in high-assurance crypto.
BSD 3-Clause "New" or "Revised" License
46 stars 14 forks source link

Write TDES random test cases (MMT) for 800-20 #75

Closed jldodds closed 9 years ago

jldodds commented 9 years ago

Should look a lot like the AES tests

dmzimmerman commented 9 years ago

This is now done. Sadly, they don't match the results generated by OpenSSL yet, which probably means the Java code is doing something wrong somewhere; will look next week. So I'll leave this open for now.

dmzimmerman commented 9 years ago

I fixed the bug in the Java code, so this is in fact done (except for block size 1, which is unsupported by BouncyCastle).