From 89fed41be3c9a77aff495a636d40bf67ac503fa9 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 8 Oct 2008 02:32:56 +0000 Subject: Split ecdsa module into ecc_key, ecdsa, eckaeg Add actual implementations (from InSiTo) for ECDSA_Operation and ECKAEG_Operation. --- src/pubkey/eckaeg/info.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/pubkey/eckaeg/info.txt (limited to 'src/pubkey/eckaeg/info.txt') diff --git a/src/pubkey/eckaeg/info.txt b/src/pubkey/eckaeg/info.txt new file mode 100644 index 000000000..bac47f861 --- /dev/null +++ b/src/pubkey/eckaeg/info.txt @@ -0,0 +1,24 @@ +realname "ECKAEG" + +define ECKAEG + +load_on auto + + +asn1 +bigint +ec_dompar +ecc_key +numbertheory +gfpmath +pubkey + + + +eckaeg.cpp +eckaeg.h +eckaeg_core.cpp +eckaeg_core.h +eckaeg_op.cpp +eckaeg_op.h + -- cgit v1.2.3