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/math | |
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/math')
-rw-r--r-- | src/math/gfpmath/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/gfpmath/info.txt b/src/math/gfpmath/info.txt index ab4e440df..9c62d7761 100644 --- a/src/math/gfpmath/info.txt +++ b/src/math/gfpmath/info.txt @@ -1,6 +1,6 @@ realname "GF(p) Math" -load_on request +load_on auto define BIGINT_GFP |