aboutsummaryrefslogtreecommitdiff
path: root/src/pubkey.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Implement PSBT Structures and un/serialization methods per BIP 174Andrew Chow2018-07-131-0/+1
* Remove template matching and pseudo opcodesPieter Wuille2018-05-291-4/+4
* Assert CPubKey::ValidLength to the pubkey's header-relevent sizeBen Woosley2018-02-161-0/+5
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10657: Utils: Improvements to ECDSA key-handling codeWladimir J. van der Laan2017-12-201-15/+22
|\
| * Scope the ECDSA constant sizes to CPubKey / CKey classesJack Grigg2017-10-041-15/+16
| * Ensure that ECDSA constant sizes are correctly-sizedJack Grigg2017-07-171-0/+3
| * Specify ECDSA constant sizes as constantsJack Grigg2017-07-171-9/+12
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-2/+2
|/
* 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