sl@0: +C This file contains the central script for DES test vectors sl@0: +C The format is: sl@0: +C AlgorithmType TestType Algorithm (Variant) (File) sl@0: +C sl@0: +C Where: sl@0: +C AlgorithmType is Symmetric, Asymmetric or Padding sl@0: +C TestType is Function, Vector, OOM, Error, Performance, Problem or UnfixedProblem sl@0: +C Algorithm is DES, RC2, RC4, RSA etc sl@0: +C Variant (where applicable) is CFB, OFB, CBC or ECB sl@0: +C File is the name of the file where the known vectors can be found sl@0: +C sl@0: Symmetric Vector DES ECB DESECB.DAT sl@0: Symmetric Vector DES CBC DESCBC.DAT sl@0: Symmetric Vector DES OFB DESOFB.DAT sl@0: Symmetric Vector DES CFB DESCFB.DAT sl@0: Symmetric Vector 3DES ECB DESECB.DAT sl@0: Symmetric Vector 3DES CBC DESCBC.DAT sl@0: Symmetric Vector 3DES OFB DESOFB.DAT sl@0: Symmetric Vector 3DES CFB DESCFB.DAT