Age | Commit message (Expand) | Author |
2021-01-04 | doc: Use https URLs where possible | Sawyer Billings |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-08-18 | tests: Add fuzzing harness for ec_seckey_import_der(...) and ec_seckey_export... | practicalswift |
2020-07-30 | Make CHash256/CHash160 output to Span | Pieter Wuille |
2020-07-30 | Make CHash256 and CHash160 consume Spans | Pieter Wuille |
2020-06-10 | scripted-diff: rename privkey with seckey in secp256k1 interface | Pieter Wuille |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-11-20 | Merge #12461: scripted-diff: Rename key size consts to be relative to their c... | Wladimir J. van der Laan |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-03-27 | CKey: add method to negate the key | Jonas Schnelli |
2019-03-04 | scripted-diff: Rename CPubKey and CKey::*_KEY_SIZE and COMPRESSED_*_KEY_SIZE | Ben Woosley |
2019-01-31 | Fix assertion in CKey::SignCompact | João Barbosa |
2018-09-13 | Pass export privkey DER compression flag correctly | liuyujun |
2018-08-13 | Merge #13666: Always create signatures with Low R values | Wladimir J. van der Laan |
2018-08-09 | Always create 70 byte signatures with low R values | Andrew Chow |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-19 | scripted-diff: Rename master key to seed | John Newbery |
2018-03-07 | Merge #9598: Improve readability by removing redundant casts to same type (on... | Wladimir J. van der Laan |
2018-02-05 | Use ptrdiff_t type to more precisely indicate usage and avoid compiler warnings. | murrayn |
2018-01-23 | Make CKey::Load references const | Russell Yanofsky |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-21 | Improve readability by removing redundant casts to same type (on all platforms) | practicalswift |
2017-12-20 | Merge #10657: Utils: Improvements to ECDSA key-handling code | Wladimir J. van der Laan |
2017-11-16 | Remove includes in .cpp files for things the corresponding .h file already in... | practicalswift |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-10-04 | Scope the ECDSA constant sizes to CPubKey / CKey classes | Jack Grigg |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-07-17 | Ensure that ECDSA constant sizes are correctly-sized | Jack Grigg |
2017-07-17 | Remove redundant `= 0` initialisations | Jack Grigg |
2017-07-17 | Specify ECDSA constant sizes as constants | Jack Grigg |
2017-07-17 | Add comments | Jack Grigg |
2017-07-17 | Fix potential overflows in ECDSA DER parsers | Jack Grigg |
2017-07-08 | Fix subscript[0] potential bugs in key.cpp | Jeremy Rubin |
2017-04-26 | Remove unused C++ code not covered by unit tests | practicalswift |
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 |