diff options
author | lloyd <[email protected]> | 2010-09-30 18:42:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-09-30 18:42:42 +0000 |
commit | 63bc6e8971f66233f4e05bb8d7f7db9afd7ba7f4 (patch) | |
tree | 0dcb7fa1934bf1e84f1567f80a926ecfe7d9a1b6 /src/hash/sha2_64/info.txt | |
parent | d45c828067598fc44eff08333c23af413ab2a455 (diff) |
Split SHA-2 into 32 and 64 bit versions; they are totally independent
of each other anyway.
Diffstat (limited to 'src/hash/sha2_64/info.txt')
-rw-r--r-- | src/hash/sha2_64/info.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hash/sha2_64/info.txt b/src/hash/sha2_64/info.txt new file mode 100644 index 000000000..02e9971ce --- /dev/null +++ b/src/hash/sha2_64/info.txt @@ -0,0 +1,5 @@ +define SHA2_64 + +<requires> +mdx_hash +</requires> |