aboutsummaryrefslogtreecommitdiff
path: root/src/pubkey.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Trivial: Fix Magic Numbers in key and pubkey - fixes #1968geekwisdom2021-07-251-11/+11
|
* Re-add paperwallet printer (#1467)Max K2019-03-251-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 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* Do not shadow variablesPavel Janík2016-09-271-3/+3
|
* add bip32 pubkey serializationJonas Schnelli2016-04-141-3/+3
| | | | CExtPubKey should be serializable like CPubKey
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* Switch to libsecp256k1-based validation for ECDSAPieter Wuille2015-11-151-27/+233
|
* chaincodes: abstract away more chaincode behaviorCory Fields2015-05-061-5/+5
| | | | [squashme] replace struct CCainCode with a typedef uint256 ChainCode
* Abstract chaincodes into CChainCodePieter Wuille2015-05-021-3/+3
| | | | | | # Conflicts: # src/key.cpp # src/key.h
* keys: remove libsecp256k1 verification until it's actually supportedCory Fields2015-03-021-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 headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Update Bitcoin for libsecp256k1 API changePieter Wuille2014-12-111-2/+2
|
* Split up crypto/sha2Pieter Wuille2014-11-201-1/+0
|
* minor code style cleanup after recent mergesPhilip Kaufmann2014-11-041-1/+1
| | | | | - add a missing license header - correct some header orderings etc.
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-0/+131