summaryrefslogtreecommitdiffstats
path: root/botan/src/hash/sha2/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/hash/sha2/info.txt')
-rw-r--r--botan/src/hash/sha2/info.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/botan/src/hash/sha2/info.txt b/botan/src/hash/sha2/info.txt
new file mode 100644
index 0000000..9b92ff3
--- /dev/null
+++ b/botan/src/hash/sha2/info.txt
@@ -0,0 +1,16 @@
+realname "SHA-2 (224, 256, 384, 512)"
+
+define SHA2
+
+load_on auto
+
+<add>
+sha2_32.cpp
+sha2_32.h
+sha2_64.cpp
+sha2_64.h
+</add>
+
+<requires>
+mdx_hash
+</requires>