aboutsummaryrefslogtreecommitdiff
path: root/src/pubkey.h
Commit message (Expand)AuthorAgeFilesLines
* Trivial: Fix Magic Numbers in key and pubkey - fixes #1968geekwisdom2021-07-251-23/+33
* Re-add paperwallet printer (#1467)Max K2019-03-251-0/+3
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Add optimized CSizeComputer serializersPieter Wuille2016-11-071-0/+5
* Get rid of nType and nVersionPieter Wuille2016-11-071-4/+4
* Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-8/+0
* Do not shadow variablesPavel Janík2016-09-271-2/+2
* [trivial] Switched constants to sizeof()Thomas Snider2016-07-181-4/+7
* add bip32 pubkey serializationJonas Schnelli2016-04-141-2/+28
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Switch to libsecp256k1-based validation for ECDSAPieter Wuille2015-11-151-0/+16
* chaincodes: abstract away more chaincode behaviorCory Fields2015-05-061-32/+4
* Abstract chaincodes into CChainCodePieter Wuille2015-05-021-3/+33
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* minor code style cleanup after recent mergesPhilip Kaufmann2014-11-041-2/+2
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-0/+206