aboutsummaryrefslogtreecommitdiff
path: root/src/key.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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