summaryrefslogtreecommitdiff
path: root/cipher/twofish.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-04-09 10:34:43 +0000
committerWerner Koch <wk@gnupg.org>1999-04-09 10:34:43 +0000
commit5f3730665b2f300ba672be57b9598e8c83b49859 (patch)
tree4987facd67ab1a18c8189d5d50e6aa4d97d202c2 /cipher/twofish.c
parent76920b46b2068374573bb26fc4018984a5877bc1 (diff)
downloadlibgcrypt-5f3730665b2f300ba672be57b9598e8c83b49859.tar.gz
See ChangeLog: Fri Apr 9 12:26:25 CEST 1999 Werner Koch
Diffstat (limited to 'cipher/twofish.c')
-rw-r--r--cipher/twofish.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cipher/twofish.c b/cipher/twofish.c
index 94a31de7..6ab5ebae 100644
--- a/cipher/twofish.c
+++ b/cipher/twofish.c
@@ -2,6 +2,9 @@
* By Matthew Skala <mskala@ansuz.sooke.bc.ca>, July 26, 1998
* 256-bit key length added March 20, 1999
*
+ * The original author has disclaimed all copyright interest in this
+ * code and thus putting it in the public domain.
+ *
* This code is a "clean room" implementation, written from the paper
* _Twofish: A 128-Bit Block Cipher_ by Bruce Schneier, John Kelsey,
* Doug Whiting, David Wagner, Chris Hall, and Niels Ferguson, available