summaryrefslogtreecommitdiff
path: root/common/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/sha1.h')
-rw-r--r--common/sha1.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/sha1.h b/common/sha1.h
index 208b7f2..a9d1573 100644
--- a/common/sha1.h
+++ b/common/sha1.h
@@ -1,3 +1,14 @@
+/*
+ * Fetched from ftp://ftp.funet.fi/pub/crypt/hash/sha/sha1.c on May 4, 1999
+ * Modified by EPG May 6, 1999
+ *
+ * SHA-1 in C
+ * By Steve Reid <steve@edmweb.com>
+ * 100% Public Domain
+ *
+ * Headers and minor additions by Nate Nielsen <nielsen@memberwebs.com>
+ */
+
#ifndef __SHA1_H__
#define __SHA1_H__