Use low S values instead of even values.
[novacoin.git] / src / key.cpp
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