22 Commits (6e51b3bddf782f53527cf968445b298ebdec9bbc)

Author SHA1 Message Date
patrick s 6e51b3bddf improve wallet load time by removing duplicated calls to EC_KEY_check_key and adding a hash for vchPubKey/vchPrivKey entries in wallet.dat 11 years ago
Pieter Wuille a81cd96805 Only create signatures with even S, and verification mode to check. 11 years ago
Pieter Wuille eb2c999050 BIP32 derivation implementation 11 years ago
Pieter Wuille fb83a79b21 Fix minor backward incompatibility 11 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 11 years ago
Pieter Wuille 5d891489ab Make CPubKey statically allocated 11 years ago
Daniel Larimer a9280652ce Fix memory leak on exception in Key::SignCompact 11 years ago
Daniel Larimer 173601705c fix memory leak in CKey::SetCompactSignature() 11 years ago
Pieter Wuille 69fc8047a9 Compact serialization for scripts 12 years ago
Gavin Andresen eed1785f70 Handle corrupt wallets gracefully. 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago
Philip Kaufmann a3d12f445a fix a memory leak in key.cpp 12 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey 12 years ago
Gavin Andresen acf513cfe7 Move signature cache from CKey::Verify to CheckSig in script.cpp 13 years ago
Gavin Andresen 62922c8ab0 Cache signature verifications 13 years ago
Fordy 3a25a2b9b0 Update License in File Headers 13 years ago
Gavin Andresen 096e06dbb5 Refactor: move code from key.h to key.cpp 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Pieter Wuille 93db3fceac Add GetSecret() and GetKeys() to CKeyStore 13 years ago