]> andersk Git - openssh.git/blobdiff - rijndael.h
- markus@cvs.openbsd.org 2001/03/23 14:28:32
[openssh.git] / rijndael.h
index 09c4257423dba71fc5192f070f836df67a79feec..fa350483ec56cd77fcf54e60962fe8ab7f358ced 100644 (file)
@@ -1,3 +1,19 @@
+/*     $OpenBSD: rijndael.h,v 1.7 2001/03/01 03:38:33 deraadt 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_
 
This page took 0.030958 seconds and 4 git commands to generate.