X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=block-sha1%2Fsha1.h;h=b864df623e3b89ad678a888dce4b0d4c997f1ac3;hb=35da43e9bb4a5d7542c2ee27e0a3557ac921e3ab;hp=81abfd4c1c581c644d0149421aca642de323fca6;hpb=d5f6a96fa4792f6143d06d9c0b572a96d7235305;p=git.git diff --git a/block-sha1/sha1.h b/block-sha1/sha1.h index 81abfd4c1..b864df623 100644 --- a/block-sha1/sha1.h +++ b/block-sha1/sha1.h @@ -1,7 +1,9 @@ /* - * Based on the Mozilla SHA1 (see mozilla-sha1/sha1.h), - * 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. */ typedef struct {