aboutsummaryrefslogtreecommitdiff
path: root/src/pubkey.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-13Implement PSBT Structures and un/serialization methods per BIP 174Andrew Chow
2018-05-29Remove template matching and pseudo opcodesPieter Wuille
2018-02-16Assert CPubKey::ValidLength to the pubkey's header-relevent sizeBen Woosley
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-20Merge #10657: Utils: Improvements to ECDSA key-handling codeWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-04Scope the ECDSA constant sizes to CPubKey / CKey classesJack Grigg
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-07-17Ensure that ECDSA constant sizes are correctly-sizedJack Grigg
2017-07-17Specify ECDSA constant sizes as constantsJack Grigg
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-07Add optimized CSizeComputer serializersPieter Wuille
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-11-07Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille
2016-09-27Do not shadow variablesPavel Janík
2016-07-18[trivial] Switched constants to sizeof()Thomas Snider
2016-04-14add bip32 pubkey serializationJonas Schnelli
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-15Switch to libsecp256k1-based validation for ECDSAPieter Wuille
2015-05-06chaincodes: abstract away more chaincode behaviorCory Fields
2015-05-02Abstract chaincodes into CChainCodePieter Wuille
2015-01-05Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-11-04minor code style cleanup after recent mergesPhilip Kaufmann
2014-10-31boost: moveonly: split CPubKey and friends to new filesCory Fields