diff options
Diffstat (limited to 'src/pubkey/dsa/info.txt')
-rw-r--r-- | src/pubkey/dsa/info.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/pubkey/dsa/info.txt b/src/pubkey/dsa/info.txt new file mode 100644 index 000000000..e98f33ca9 --- /dev/null +++ b/src/pubkey/dsa/info.txt @@ -0,0 +1,21 @@ +realname "DSA" + +define DSA + +load_on auto + +<add> +dsa.cpp +dsa.h +dsa_core.cpp +dsa_core.h +</add> + +<requires> +asn1 +bigint +dl_algo +keypair +numbertheory +pubkey +</requires> |