Age | Commit message (Expand) | Author |
2023-09-27 | key: don't allocate secure mem for null (invalid) key | Pieter Wuille |
2023-06-23 | Add ElligatorSwift key creation and ECDH logic | Pieter Wuille |
2023-01-31 | clang-tidy: Fix `modernize-use-default-member-init` in headers | Hennadii Stepanov |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-08-04 | (pubk)key: mark Derive() as nodiscard | Antoine Poinsot |
2022-04-27 | refactor: Use Span of std::byte in CExtKey::SetSeed | MarcoFalke |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-11-12 | Make signing follow BIP340 exactly w.r.t. aux randomness | Pieter Wuille |
2021-11-01 | refactor: Take Span in SetSeed | MarcoFalke |
2021-09-16 | doc: Remove stale comment for CPrivKey | Calvin Kim |
2021-08-20 | Improve comments in taproot signing logic | Pieter Wuille |
2021-06-12 | Add CKey::SignSchnorr function for BIP 340/341 signing | Pieter Wuille |
2021-05-04 | refactor: Avoid &foo[0] on C-Style arrays | MarcoFalke |
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-10-22 | refactor: Remove unused CExt{Pub,}Key (de)serialization methods | Sebastian Falbesoner |
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 |
2018-09-13 | convert C-style (void) parameter lists to C++ style () | Arvid Norberg |
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-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-20 | Merge #10657: Utils: Improvements to ECDSA key-handling code | Wladimir J. van der Laan |
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-09-21 | Remove some unused functions and methods | Pieter Wuille |
2017-08-17 | Add length check for CExtKey deserialization | Jonas Schnelli |
2017-07-17 | Specify ECDSA constant sizes as constants | Jack Grigg |
2017-04-26 | Remove unused C++ code not covered by unit tests | practicalswift |
2017-03-18 | Trivial: Fix typo in key.h comment | Michael Goldstein |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-11-07 | Get rid of nType and nVersion | Pieter Wuille |
2016-10-19 | wallet: Get rid of LockObject and UnlockObject calls in key.h | Wladimir J. van der Laan |
2016-07-28 | Merge #8321: [trivial] Switched constants to sizeof() | Wladimir J. van der Laan |
2016-07-24 | remove outdated legacy code | lizhi |
2016-07-18 | [trivial] Switched constants to sizeof() | Thomas Snider |
2016-04-14 | add bip32 pubkey serialization | Jonas Schnelli |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
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-20 | allocators: split allocators and pagelocker | Cory Fields |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-01 | Merge pull request #5227 | Wladimir J. van der Laan |
2014-11-24 | Merge pull request #5224 | Wladimir J. van der Laan |