X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/symm/t/desx diff --git a/symm/t/desx b/symm/t/desx new file mode 100644 index 0000000..0f64086 --- /dev/null +++ b/symm/t/desx @@ -0,0 +1,22 @@ +# Test vectors for DES + +desx { + # --- From SCAN --- + + 0123456789abcdef1011121314151617 + 4445535864657378 d8fa5084fad4b35c; + 01010101010101010123456789abcdef1011121314151617 + 94dbe082549a14ef 9011121314151617; + + # --- 7-bit key tests --- + + 004513389573771011121314151617 + 4445535864657378 d8fa5084fad4b35c; + 000000000000000123456789abcdef1011121314151617 + 94dbe082549a14ef 9011121314151617; + + # --- Equivalence tests --- + + 00451338957377 4e6f772069732074 3fa40e8a984d4815; + 0123456789abcdef 4e6f772069732074 3fa40e8a984d4815; +}