]> asedeno.scripts.mit.edu Git - git.git/blobdiff - block-sha1/sha1.c
Merge branch 'jh/maint-config-file-prefix' into maint
[git.git] / block-sha1 / sha1.c
index 92d9121602bfaa6e94eb51422346e3b3fdd1a225..d8934757a5e5e259f26c4a09f7ea5d10615df0c1 100644 (file)
@@ -1,7 +1,9 @@
 /*
- * Based on the Mozilla SHA1 (see mozilla-sha1/sha1.c),
- * optimized to do word accesses rather than byte accesses,
+ * SHA1 routine optimized to do word accesses rather than byte accesses,
  * and to avoid unnecessary copies into the context array.
+ *
+ * This was initially based on the Mozilla SHA1 implementation, although
+ * none of the original Mozilla code remains.
  */
 
 /* this is only to get definitions for memcpy(), ntohl() and htonl() */