diff options
Diffstat (limited to 'src/pk/dl_algo/modinfo.txt')
-rw-r--r-- | src/pk/dl_algo/modinfo.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/pk/dl_algo/modinfo.txt b/src/pk/dl_algo/modinfo.txt new file mode 100644 index 000000000..755ab8682 --- /dev/null +++ b/src/pk/dl_algo/modinfo.txt @@ -0,0 +1,15 @@ +realname "Discrete Logarithm PK Algorithms" + +define DL_PUBLIC_KEY_FAMILY + +load_on auto + +<add> +dl_algo.cpp +dl_algo.h +</add> + +<requires> +asn1 +dl_group +</requires> |