summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:50:47 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:50:47 +0000
commitb22c2b86af40ed58621781f4ea0b3223542bcd80 (patch)
tree2f2ebaab64896b461eb3c0fb50a84fb9264908b6 /rijndael.h
parent204e48851a67d7165c7fa9fff21e92bcee448685 (diff)
- 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 01b342eb7..fa350483e 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -1,4 +1,18 @@
1/* $OpenBSD: rijndael.h,v 1.6 2001/01/29 01:58:17 niklas Exp $ */ 1/* $OpenBSD: rijndael.h,v 1.7 2001/03/01 03:38:33 deraadt Exp $ */
2
3/* This is an independent implementation of the encryption algorithm: */
4/* */
5/* RIJNDAEL by Joan Daemen and Vincent Rijmen */
6/* */
7/* which is a candidate algorithm in the Advanced Encryption Standard */
8/* programme of the US National Institute of Standards and Technology. */
9/* */
10/* Copyright in this implementation is held by Dr B R Gladman but I */
11/* hereby give permission for its free direct or derivative use subject */
12/* to acknowledgment of its origin and compliance with any conditions */
13/* that the originators of the algorithm place on its exploitation. */
14/* */
15/* Dr Brian Gladman (gladman@seven77.demon.co.uk) 14th January 1999 */
2 16
3#ifndef _RIJNDAEL_H_ 17#ifndef _RIJNDAEL_H_
4#define _RIJNDAEL_H_ 18#define _RIJNDAEL_H_