diff options
author | lloyd <[email protected]> | 2008-09-29 20:41:56 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 20:41:56 +0000 |
commit | 4f5482b113907d8cf3b39532a61daf2b4653574c (patch) | |
tree | 4180225fb57a8abda958a0b47cab08451ab6a30a /src/hash/sha1_amd64/info.txt | |
parent | 5a2001846f4470d90dff2a72896e1f19630e4fc2 (diff) |
Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160
Diffstat (limited to 'src/hash/sha1_amd64/info.txt')
-rw-r--r-- | src/hash/sha1_amd64/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/sha1_amd64/info.txt b/src/hash/sha1_amd64/info.txt index 400752b28..db6f12868 100644 --- a/src/hash/sha1_amd64/info.txt +++ b/src/hash/sha1_amd64/info.txt @@ -10,7 +10,7 @@ sha1_amd64.h <requires> asm_amd64 -mdx_hash +sha1 utils </requires> |