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