diff options
Diffstat (limited to 'src/input/sha1.c')
-rw-r--r-- | src/input/sha1.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/input/sha1.c b/src/input/sha1.c index b70e50d5f..c30825a19 100644 --- a/src/input/sha1.c +++ b/src/input/sha1.c @@ -1,14 +1,14 @@ /* (PD) 2001 The Bitzi Corporation - * Please see file COPYING or http://bitzi.com/publicdomain + * Please see file COPYING or http://bitzi.com/publicdomain * for more info. * - * NIST Secure Hash Algorithm - * heavily modified by Uwe Hollerbach <uh@alumni.caltech edu> - * from Peter C. Gutmann's implementation as found in - * Applied Cryptography by Bruce Schneier - * Further modifications to include the "UNRAVEL" stuff, below + * NIST Secure Hash Algorithm + * heavily modified by Uwe Hollerbach <uh@alumni.caltech edu> + * from Peter C. Gutmann's implementation as found in + * Applied Cryptography by Bruce Schneier + * Further modifications to include the "UNRAVEL" stuff, below * - * This code is in the public domain + * This code is in the public domain */ #include <string.h> |