=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/rijndael.h,v retrieving revision 1.1 retrieving revision 1.1.4.3 diff -u -r1.1 -r1.1.4.3 --- src/usr.bin/ssh/rijndael.h 2000/10/13 18:59:14 1.1 +++ src/usr.bin/ssh/rijndael.h 2001/03/21 18:52:58 1.1.4.3 @@ -1,3 +1,19 @@ +/* $OpenBSD: rijndael.h,v 1.1.4.3 2001/03/21 18:52:58 jason Exp $ */ + +/* This is an independent implementation of the encryption algorithm: */ +/* */ +/* RIJNDAEL by Joan Daemen and Vincent Rijmen */ +/* */ +/* which is a candidate algorithm in the Advanced Encryption Standard */ +/* programme of the US National Institute of Standards and Technology. */ +/* */ +/* Copyright in this implementation is held by Dr B R Gladman but I */ +/* hereby give permission for its free direct or derivative use subject */ +/* to acknowledgment of its origin and compliance with any conditions */ +/* that the originators of the algorithm place on its exploitation. */ +/* */ +/* Dr Brian Gladman (gladman@seven77.demon.co.uk) 14th January 1999 */ + #ifndef _RIJNDAEL_H_ #define _RIJNDAEL_H_