Age | Commit message (Expand) | Author |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-10-19 | wallet: Get rid of LockObject and UnlockObject calls in key.h | Wladimir J. van der Laan |
2016-09-27 | Do not shadow variables | Pavel JanÃk |
2016-05-29 | Always require OS randomness when generating secret keys | Pieter Wuille |
2016-04-14 | add bip32 pubkey serialization | Jonas Schnelli |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-11-13 | Update key.cpp to new secp256k1 API | Pieter Wuille |
2015-05-06 | Merge pull request #6034 | Wladimir J. van der Laan |
2015-05-06 | chaincodes: abstract away more chaincode behavior | Cory Fields |
2015-05-04 | Update key.cpp to use new libsecp256k1 | Pieter Wuille |
2015-05-02 | Abstract chaincodes into CChainCode | Pieter Wuille |
2015-03-27 | Switch test case signing to RFC6979 extra entropy | Pieter Wuille |
2015-03-02 | keys: remove libsecp256k1 verification until it's actually supported | Cory Fields |
2015-01-06 | Use libsecp256k1's RFC6979 implementation | Pieter Wuille |
2015-01-05 | Use arith_uint256 where necessary | Wladimir J. van der Laan |
2015-01-05 | Replace direct use of 0 with SetNull and IsNull | Wladimir J. van der Laan |
2015-01-04 | Merge pull request #5508 | Pieter Wuille |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-18 | Add RandAddSeedPerfmon to MakeNewKey | 21E14 |
2014-12-11 | Update Bitcoin for libsecp256k1 API change | Pieter Wuille |
2014-12-01 | Merge pull request #5227 | Wladimir J. van der Laan |
2014-11-28 | Resize after succesful result | Pieter Wuille |
2014-11-23 | Add key generation/verification to ECC sanity check | Pieter Wuille |
2014-11-23 | Add sanity check after key generation | Pieter Wuille |
2014-11-20 | Deterministic signing | Pieter Wuille |
2014-11-20 | Split up crypto/sha2 | Pieter Wuille |
2014-11-18 | Use libsecp256k1 in key.cpp | Pieter Wuille |
2014-11-10 | Do signature-s negation inside the tests | Pieter Wuille |
2014-10-31 | boost: moveonly: split CPubKey and friends to new files | Cory Fields |
2014-10-31 | boost: moveonly: move BIP32Hash to hash.h | Cory Fields |
2014-10-31 | boost: moveonly: create eccryptoverify.h|cpp and move helper functions there | Cory Fields |
2014-10-28 | Update comments in keystore to be doxygen compatible | Michael Ford |
2014-10-28 | Update comments in key to be doxygen compatible | Michael Ford |
2014-10-27 | boost: code movement only: split CECKey into separate files | Cory Fields |
2014-10-27 | boost: remove CPubKey dependency from CECKey. Follow-up of e405aa48 | Cory Fields |
2014-10-15 | boost: remove CPrivKey dependency from CECKey | Cory Fields |
2014-09-26 | Add automatic script test generation, and actual checksig tests | Pieter Wuille |
2014-09-06 | Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' | ENikS |
2014-09-01 | Fixing Compiler Error C2466 | ENikS |
2014-07-09 | add GetRandBytes() as wrapper for RAND_bytes() | Philip Kaufmann |
2014-07-01 | libsecp256k1 integration | Pieter Wuille |
2014-06-26 | ensure clean and consistent "namespace" usage | Philip Kaufmann |
2014-06-21 | Move crypto implementations to src/crypto/ | Pieter Wuille |
2014-06-21 | Add a built-in SHA256/SHA512 implementation. | Pieter Wuille |
2014-06-03 | key.cpp: fail with a friendlier message on missing ssl EC support | Andrew Poelstra |
2014-05-20 | remove CPubKey::VerifyCompact( ) which is never used | Kamil Domanski |
2014-03-10 | Also switch the (unused) verification code to low-s instead of even-s. | Pieter Wuille |
2013-12-02 | Sanitize assert usage and refuse to compile with NDEBUG. | Gregory Maxwell |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-10-20 | Merge pull request #3119 | Pieter Wuille |