diff options
Diffstat (limited to 'src/hash/sha2/modinfo.txt')
-rw-r--r-- | src/hash/sha2/modinfo.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/hash/sha2/modinfo.txt b/src/hash/sha2/modinfo.txt new file mode 100644 index 000000000..c7dc29fac --- /dev/null +++ b/src/hash/sha2/modinfo.txt @@ -0,0 +1,12 @@ +realname "SHA-2 (256, 384, 512)" + +define SHA2 + +load_on auto + +<add> +sha256.cpp +sha256.h +sha_64.cpp +sha_64.h +</add> |