Age | Commit message (Expand) | Author |
2013-08-15 | Merge pull request #2131 from sipa/evens | Gregory Maxwell |
2013-08-15 | Merge pull request #2829 from sipa/bip32 | Gavin Andresen |
2013-08-16 | Only create signatures with even S, and verification mode to check. | Pieter Wuille |
2013-07-15 | BIP32 derivation implementation | Pieter Wuille |
2013-07-13 | Fix minor backward incompatibility | Pieter Wuille |
2013-05-30 | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille |
2013-05-30 | Make CPubKey statically allocated | Pieter Wuille |
2013-05-19 | Fix memory leak on exception in Key::SignCompact | Daniel Larimer |
2013-05-19 | fix memory leak in CKey::SetCompactSignature() | Daniel Larimer |
2012-10-20 | Compact serialization for scripts | Pieter Wuille |
2012-10-08 | Handle corrupt wallets gracefully. | Gavin Andresen |
2012-08-01 | Bugfix: Fix a variety of misspellings | Luke Dashjr |
2012-06-21 | fix a memory leak in key.cpp | Philip Kaufmann |
2012-05-24 | Encapsulate public keys in CPubKey | Pieter Wuille |
2012-05-22 | Move signature cache from CKey::Verify to CheckSig in script.cpp | Gavin Andresen |
2012-05-22 | Merge branch 'optimize' | Gavin Andresen |
2012-05-18 | Cache signature verifications | Gavin Andresen |
2012-05-18 | Update License in File Headers | Fordy |
2012-05-17 | Refactor: move code from key.h to key.cpp | Gavin Andresen |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen |
2011-12-17 | Add GetSecret() and GetKeys() to CKeyStore | Pieter Wuille |