diff options
author | lloyd <[email protected]> | 2008-10-11 23:44:16 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-11 23:44:16 +0000 |
commit | 053dfa09e95039022e3c4249655cbe5fe12db9c5 (patch) | |
tree | 887f5570708fca65b2d16fa850d7f14e5387aa21 /src/pubkey/ecdsa/info.txt | |
parent | 1c45e7840fd7ec7d3d6bbacbb615a4809a84a0a1 (diff) |
Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.
Change several ECC functions to return const references instead of const values.
Diffstat (limited to 'src/pubkey/ecdsa/info.txt')
-rw-r--r-- | src/pubkey/ecdsa/info.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pubkey/ecdsa/info.txt b/src/pubkey/ecdsa/info.txt index 6e692bd5f..48e88bda9 100644 --- a/src/pubkey/ecdsa/info.txt +++ b/src/pubkey/ecdsa/info.txt @@ -21,6 +21,4 @@ ecdsa_core.cpp ecdsa_core.h ecdsa_op.cpp ecdsa_op.h -ecdsa_sig.cpp -ecdsa_sig.h </add> |