README

Algorithm:	RC6(TM)
Submitter:	RSA Laboratories (represented by Matthew Robshaw)
=================================================================

Implementation of KAT Intermediate Values

This directory contains the following files:

aes_iv.c    C code version of RC6
aes_iv.h    Header file associated with aes_iv.c
instr.txt   Instructions how to use kat_iv.c
kat_iv.c    Implements KAT Intermediate Values on RC6
kat-iv.exe  Executable (for PC) to generate intermediate values for RC6
makefile    Makefile for compiling intermediate value generation code.

README.txt  This file