crypto/weakcrypto/test/trandom/testdata/3des.dat
changeset 72 de46a57f75fb
parent 0 2c201484c85f
equal deleted inserted replaced
65:970c0057d9bc 72:de46a57f75fb
       
     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