Age | Commit message (Expand) | Author |
2022-08-10 | Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ... | Andrew Chow |
2022-08-04 | extended keys: fail to derive too large depth instead of wrapping around | Antoine Poinsot |
2022-07-20 | Use HashWriter where possible | MacroFake |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-10 | Store version bytes and be able to serialize them in CExtPubKey | Andrew Chow |
2021-10-05 | refactor: use `{Read,Write}BE32` helpers for BIP32 nChild (de)serialization | Sebastian Falbesoner |
2021-09-02 | Merge bitcoin/bitcoin#22836: Stricter BIP32 decoding and test vector 5 | fanquake |
2021-08-30 | Stricter BIP32 decoding and test vector 5 | Pieter Wuille |
2021-08-23 | Consolidate XOnlyPubKey lookup hack | Andrew Chow |
2021-07-14 | Update secp256k1 subtree to latest upstream + adapt API | Pieter Wuille |
2021-06-12 | Add CKey::SignSchnorr function for BIP 340/341 signing | Pieter Wuille |
2021-05-24 | Add TaprootBuilder class | Pieter Wuille |
2021-05-24 | Add XOnlyPubKey::CreateTapTweak | Pieter Wuille |
2021-05-24 | Make consensus checking of tweaks in pubkey.* Taproot-specific | Pieter Wuille |
2021-05-10 | Merge bitcoin/bitcoin#21745: refactor: Add missing includes in pubkey.cpp/pub... | W. J. van der Laan |
2021-05-04 | refactor: Avoid &foo[0] on C-Style arrays | MarcoFalke |
2021-04-22 | cleaned up and added missing "include" statements for pubkey.cpp and pubkey.h | William Bright |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-10-12 | Implement Taproot validation (BIP 341) | Pieter Wuille |
2020-10-12 | Support for Schnorr signatures and integration in SignatureCheckers (BIP 340) | Pieter Wuille |
2020-08-18 | tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signature_parse_der_... | practicalswift |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-12-06 | Merge #17275: pubkey: Assert CPubKey's ECCVerifyHandle precondition | MarcoFalke |
2019-10-28 | pubkey: Assert CPubKey's ECCVerifyHandle precondition | practicalswift |
2019-03-04 | scripted-diff: Rename CPubKey and CKey::*_KEY_SIZE and COMPRESSED_*_KEY_SIZE | Ben Woosley |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-21 | trivial: Replace CPubKey::operator[] with CPubKey::vch where possible | Nikolay Mitev |
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-08-17 | Remove dead store in ecdsa_signature_parse_der_lax. | Eelis |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-07-17 | Specify ECDSA constant sizes as constants | Jack Grigg |
2017-07-17 | Fix potential overflows in ECDSA DER parsers | Jack Grigg |
2017-07-08 | Fix 2 subscript[0] bugs in pubkey.cpp, and eliminate one extra size check | Jeremy Rubin |
2017-05-31 | [trivial] Add end of namespace comments | practicalswift |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-09-27 | Do not shadow variables | Pavel JanÃk |
2016-04-14 | add bip32 pubkey serialization | Jonas Schnelli |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-11-15 | Switch to libsecp256k1-based validation for ECDSA | Pieter Wuille |
2015-05-06 | chaincodes: abstract away more chaincode behavior | Cory Fields |
2015-05-02 | Abstract chaincodes into CChainCode | Pieter Wuille |
2015-03-02 | keys: remove libsecp256k1 verification until it's actually supported | Cory Fields |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-11 | Update Bitcoin for libsecp256k1 API change | Pieter Wuille |
2014-11-20 | Split up crypto/sha2 | Pieter Wuille |
2014-11-04 | minor code style cleanup after recent merges | Philip Kaufmann |
2014-10-31 | boost: moveonly: split CPubKey and friends to new files | Cory Fields |