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_ia32/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_ia32/info.txt')
-rw-r--r-- | src/hash/sha1_ia32/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/sha1_ia32/info.txt b/src/hash/sha1_ia32/info.txt index ff8b66ddc..45903f2d6 100644 --- a/src/hash/sha1_ia32/info.txt +++ b/src/hash/sha1_ia32/info.txt @@ -12,7 +12,7 @@ sha1_ia32.h <requires> asm_ia32 -mdx_hash +sha1 utils </requires> |