Rearrange the file tree.
[u/mdw/catacomb] / symm / t / rc5
1 # Test vectors for RC5-32/12
2
3 # --- Main cipher test vectors ---
4 #
5 # Taken from `The RC5 Encryption Algorithm' by Rivest. Important: the
6 # test vectors given in the paper are given as 32-bit words, not bytes, so
7 # since RC5 is little-endian they need to be swapped here.
8
9 rc5 {
10 00000000000000000000000000000000 0000000000000000 21a5dbee154b8f6d;
11 915f4619be41b2516355a50110a9ce91 21a5dbee154b8f6d f7c013ac5b2b8952;
12 783348e75aeb0f2fd7b169bb8dc16787 f7c013ac5b2b8952 2f42b3b70369fc92;
13 dc49db1375a5584f6485b413b5f12baf 2f42b3b70369fc92 65c178b284d197cc;
14 5269f149d41ba0152497574d7f153125 65c178b284d197cc eb44e415da319824;
15 }