| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Trivial: Fix Magic Numbers in key and pubkey - fixes #1968 | geekwisdom | 2021-07-25 | 1 | -11/+11 |
| | | |||||
| * | Re-add paperwallet printer (#1467) | Max K | 2019-03-25 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | * Add paper wallet generator to QT wallet * Replace print icon with Typeicons equivalent * Re-add printer support to Qt * depends: fix fontconfig with newer glibc See comment for more detail * Set fixed size for paper wallet dialog | ||||
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Do not shadow variables | Pavel JanÃk | 2016-09-27 | 1 | -3/+3 |
| | | |||||
| * | add bip32 pubkey serialization | Jonas Schnelli | 2016-04-14 | 1 | -3/+3 |
| | | | | | CExtPubKey should be serializable like CPubKey | ||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | Switch to libsecp256k1-based validation for ECDSA | Pieter Wuille | 2015-11-15 | 1 | -27/+233 |
| | | |||||
| * | chaincodes: abstract away more chaincode behavior | Cory Fields | 2015-05-06 | 1 | -5/+5 |
| | | | | | [squashme] replace struct CCainCode with a typedef uint256 ChainCode | ||||
| * | Abstract chaincodes into CChainCode | Pieter Wuille | 2015-05-02 | 1 | -3/+3 |
| | | | | | | | # Conflicts: # src/key.cpp # src/key.h | ||||
| * | keys: remove libsecp256k1 verification until it's actually supported | Cory Fields | 2015-03-02 | 1 | -33/+0 |
| | | | | | | | 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. | ||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Update Bitcoin for libsecp256k1 API change | Pieter Wuille | 2014-12-11 | 1 | -2/+2 |
| | | |||||
| * | Split up crypto/sha2 | Pieter Wuille | 2014-11-20 | 1 | -1/+0 |
| | | |||||
| * | minor code style cleanup after recent merges | Philip Kaufmann | 2014-11-04 | 1 | -1/+1 |
| | | | | | | - add a missing license header - correct some header orderings etc. | ||||
| * | boost: moveonly: split CPubKey and friends to new files | Cory Fields | 2014-10-31 | 1 | -0/+131 |