cleanup: Big pile of whitespace fixes, all at once.
[u/mdw/catacomb] / tests / desx
CommitLineData
b348397a 1# Test vectors for DES
2#
3# $Id: desx,v 1.1 2001/04/03 19:36:51 mdw Exp $
4
5desx {
6 # --- From SCAN ---
7
8 0123456789abcdef1011121314151617
9 4445535864657378 d8fa5084fad4b35c;
10 01010101010101010123456789abcdef1011121314151617
11 94dbe082549a14ef 9011121314151617;
12
45c0fd36 13 # --- 7-bit key tests ---
b348397a 14
15 004513389573771011121314151617
45c0fd36 16 4445535864657378 d8fa5084fad4b35c;
b348397a 17 000000000000000123456789abcdef1011121314151617
18 94dbe082549a14ef 9011121314151617;
19
20 # --- Equivalence tests ---
21
22 00451338957377 4e6f772069732074 3fa40e8a984d4815;
23 0123456789abcdef 4e6f772069732074 3fa40e8a984d4815;
24}