~ubuntu-branches/ubuntu/oneiric/likewise-open/oneiric

« back to all changes in this revision

Viewing changes to krb5/src/lib/crypto/aes/test/Readme.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott Salley
  • Date: 2010-11-22 12:06:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122120600-8lba1fpceot71wlb
Tags: 6.0.0.53010-1
Likewise Open 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
README
 
2
 
 
3
Algorithm:      Rijndael
 
4
Submitter:      Joan Daemen and Vincent Rijmen
 
5
 
 
6
Test values: Known Answer Tests and Monte Carlo Tests
 
7
-----------------------------------------------------------
 
8
 
 
9
This directory contains the following files:
 
10
 
 
11
Readme.txt:     This file.
 
12
 
 
13
cbc_d_m.txt:    Test values for the CBC decryption MCT.
 
14
cbc_e_m.txt:    Test values for the CBC encryption MCT.
 
15
ecb_d_m.txt:    Test values for the ECB decryption MCT.
 
16
ecb_e_m.txt:    Test values for the ECB encryption MCT.
 
17
ecb_vk.txt:     Test values for the Variable Key KAT.
 
18
ecb_vt.txt:           Test values for the Variable Text KAT.
 
19
ecb_iv.txt:           Test values for the Intermediate Values KAT.
 
20
ecb_iv.readme:  Detailed information about the Intermediate Values KAT.
 
21
ecb_tbl.txt:    Test values for the Table KAT.
 
22