Rearrange the file tree.
[u/mdw/catacomb] / symm / t / desx
diff --git a/symm/t/desx b/symm/t/desx
new file mode 100644 (file)
index 0000000..0f64086
--- /dev/null
@@ -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;
+}