RPC: Add new methods suitable for malleable key pairs management;
[novacoin.git] / src / key.cpp
2016-02-14 0xDEADFACERPC: Add new methods suitable for malleable key pairs...
2016-02-13 0xDEADFACEListMalleablePubKeys method
2016-02-13 0xDEADFACERemove asserts.
2016-02-12 0xDEADFACEExperimental support for TX_PUBKEY_DROP spending.
2016-02-11 0xDEADFACEMalleable keys: Crypted R parameter support.
2016-02-11 CryptoManiacAsymmetric encryption stubs.
2016-02-11 0xDEADFACEAdd malleable keys support.
2015-10-16 svostFix: member variable fCompressedPubKey is not initializ...
2015-09-27 svostMember variable 'CKey::fCompressedPubKey' is not assign... 239/head
2015-05-16 svostFix some msvc C4244 warnings, also useless cast (ptime) 225/head
2015-04-26 CryptoManiacAutomatically reserialize non-canonical proof-of-stake...
2015-01-13 fsb4000Improve robustness of DER recoding code 115/head
2015-01-11 fsb4000OpenSSL fix 112/head
2014-10-30 fsb4000MSVC 37/head
2014-07-19 CryptoManiacFix order comparison.
2014-07-18 CryptoManiacUse low S to break signatures malleability issue
2014-07-18 CryptoManiacUse low S values instead of even values.
2014-07-15 CryptoManiacGenerate only signatures with even S values
2013-07-28 alexBUGFIX: SignCompact/SignCompactSignature memory leak
2013-04-15 alexhzupdate to 0.4 preview
2012-06-19 Gavin AndresenMerge branch '0.6.x' of git://gitorious.org/+bitcoin...
2012-06-19 Gavin AndresenMove signature cache from CKey::Verify to CheckSig...
2012-06-19 Gavin AndresenCache signature verifications
2012-06-19 Gavin AndresenRefactor: move code from key.h to key.cpp
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2011-12-17 Pieter WuilleAdd GetSecret() and GetKeys() to CKeyStore