summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
authormouring <mouring>2001-03-05 06:50:47 +0000
committermouring <mouring>2001-03-05 06:50:47 +0000
commitee4cd8a0ebd6e96309dde77b53424511493e8fad (patch)
tree760948386492f659ce183e6ed73b51afc5f7d346 /rijndael.h
parent35e2d74bf8aca74890860ce03ef4185e3b16c77e (diff)
downloadopenssh-ee4cd8a0ebd6e96309dde77b53424511493e8fad.tar.gz
- deraadt@cvs.openbsd.org 2001/03/01 03:38:33
[cli.c cli.h rijndael.h ssh-keyscan.1] copyright notices on all source files
Diffstat (limited to 'rijndael.h')
-rw-r--r--rijndael.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/rijndael.h b/rijndael.h
index 01b342eb..fa350483 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -1,4 +1,18 @@
-/* $OpenBSD: rijndael.h,v 1.6 2001/01/29 01:58:17 niklas Exp $ */
+/* $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_