diff options
author | lloyd <[email protected]> | 2008-10-08 02:32:56 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-08 02:32:56 +0000 |
commit | 89fed41be3c9a77aff495a636d40bf67ac503fa9 (patch) | |
tree | 7ce90033aead61eec1f6b70eb79c47cdc2a43fe4 /src/pubkey/eckaeg/info.txt | |
parent | dbec5c3bbbd53f1a208707300752e59213cf53c6 (diff) |
Split ecdsa module into ecc_key, ecdsa, eckaeg
Add actual implementations (from InSiTo) for ECDSA_Operation and
ECKAEG_Operation.
Diffstat (limited to 'src/pubkey/eckaeg/info.txt')
-rw-r--r-- | src/pubkey/eckaeg/info.txt | 24 |
1 files changed, 24 insertions, 0 deletions
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 + +<requires> +asn1 +bigint +ec_dompar +ecc_key +numbertheory +gfpmath +pubkey +</requires> + +<add> +eckaeg.cpp +eckaeg.h +eckaeg_core.cpp +eckaeg_core.h +eckaeg_op.cpp +eckaeg_op.h +</add> |