summaryrefslogtreecommitdiffstats
path: root/botan/src/pubkey/elgamal/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/pubkey/elgamal/info.txt')
-rw-r--r--botan/src/pubkey/elgamal/info.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/botan/src/pubkey/elgamal/info.txt b/botan/src/pubkey/elgamal/info.txt
new file mode 100644
index 0000000..d7ae614
--- /dev/null
+++ b/botan/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
+elg_op.cpp
+elg_op.h
+</add>
+
+<requires>
+dl_algo
+dl_group
+keypair
+libstate
+numbertheory
+</requires>