Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-09-27 | Do not shadow variables | Pavel JanÃk | |
2016-04-14 | add bip32 pubkey serialization | Jonas Schnelli | |
CExtPubKey should be serializable like CPubKey | |||
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 | |
[squashme] replace struct CCainCode with a typedef uint256 ChainCode | |||
2015-05-02 | Abstract chaincodes into CChainCode | Pieter Wuille | |
# Conflicts: # src/key.cpp # src/key.h | |||
2015-03-02 | keys: remove libsecp256k1 verification until it's actually supported | Cory Fields | |
This was added a while ago for testing purposes, but was never intended to be used. Remove it until upstream libsecp256k1 decides that verification is stable/ready. | |||
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
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 | |
- add a missing license header - correct some header orderings etc. | |||
2014-10-31 | boost: moveonly: split CPubKey and friends to new files | Cory Fields | |