summaryrefslogtreecommitdiff
path: root/cipher/twofish.c
diff options
context:
space:
mode:
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