X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=block-sha1%2Fsha1.c;h=d8934757a5e5e259f26c4a09f7ea5d10615df0c1;hb=b0e67fffb42059cc5dca6f58c376a2ffc5fb4520;hp=92d9121602bfaa6e94eb51422346e3b3fdd1a225;hpb=e9c5dcd1313dd4e2f606419ce3d228c99fae2c40;p=git.git diff --git a/block-sha1/sha1.c b/block-sha1/sha1.c index 92d912160..d8934757a 100644 --- a/block-sha1/sha1.c +++ b/block-sha1/sha1.c @@ -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() */