aboutsummaryrefslogtreecommitdiff
path: root/src/key.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix minor backward incompatibilityPieter Wuille2013-07-131-2/+3
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-242/+225
* Make CPubKey statically allocatedPieter Wuille2013-05-301-6/+8
* Fix memory leak on exception in Key::SignCompactDaniel Larimer2013-05-191-0/+3
* fix memory leak in CKey::SetCompactSignature()Daniel Larimer2013-05-191-0/+1
* Compact serialization for scriptsPieter Wuille2012-10-201-2/+2
* Handle corrupt wallets gracefully.Gavin Andresen2012-10-081-10/+31
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-1/+1
* fix a memory leak in key.cppPhilip Kaufmann2012-06-211-0/+3
* Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-6/+6
* Move signature cache from CKey::Verify to CheckSig in script.cppGavin Andresen2012-05-221-65/+0
* Merge branch 'optimize'Gavin Andresen2012-05-221-1/+331
|\
| * Cache signature verificationsGavin Andresen2012-05-181-0/+68
| * Refactor: move code from key.h to key.cppGavin Andresen2012-05-171-1/+262
* | Update License in File HeadersFordy2012-05-181-1/+1
|/
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Add GetSecret() and GetKeys() to CKeyStorePieter Wuille2011-12-171-0/+117