equal
deleted
inserted
replaced
|
1 +C This file contains the central script for DES test vectors |
|
2 +C The format is: |
|
3 +C AlgorithmType TestType Algorithm (Variant) (File) |
|
4 +C |
|
5 +C Where: |
|
6 +C AlgorithmType is Symmetric, Asymmetric or Padding |
|
7 +C TestType is Function, Vector, OOM, Error, Performance, Problem or UnfixedProblem |
|
8 +C Algorithm is DES, RC2, RC4, RSA etc |
|
9 +C Variant (where applicable) is CFB, OFB, CBC or ECB |
|
10 +C File is the name of the file where the known vectors can be found |
|
11 +C |
|
12 Symmetric Vector DES ECB DESECB.DAT |
|
13 Symmetric Vector DES CBC DESCBC.DAT |
|
14 Symmetric Vector DES OFB DESOFB.DAT |
|
15 Symmetric Vector DES CFB DESCFB.DAT |
|
16 Symmetric Vector 3DES ECB DESECB.DAT |
|
17 Symmetric Vector 3DES CBC DESCBC.DAT |
|
18 Symmetric Vector 3DES OFB DESOFB.DAT |
|
19 Symmetric Vector 3DES CFB DESCFB.DAT |