aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/elgamal/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey/elgamal/info.txt')
-rw-r--r--src/pubkey/elgamal/info.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/pubkey/elgamal/info.txt b/src/pubkey/elgamal/info.txt
new file mode 100644
index 000000000..96586480b
--- /dev/null
+++ b/src/pubkey/elgamal/info.txt
@@ -0,0 +1,22 @@
+realname "ElGamal"
+
+define ELGAMAL
+
+load_on auto
+
+<add>
+elgamal.cpp
+elgamal.h
+elg_core.cpp
+elg_core.h
+</add>
+
+<requires>
+asn1
+bigint
+bigint
+dl_algo
+keypair
+numbertheory
+pubkey
+</requires>