aboutsummaryrefslogtreecommitdiff
path: root/src/pubkey.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* trivial: Replace CPubKey::operator[] with CPubKey::vch where possibleNikolay Mitev2018-07-211-4/+4
* 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/+18
|\
| * Scope the ECDSA constant sizes to CPubKey / CKey classesJack Grigg2017-10-041-2/+2
| * Specify ECDSA constant sizes as constantsJack Grigg2017-07-171-10/+10
| * Fix potential overflows in ECDSA DER parsersJack Grigg2017-07-171-6/+9
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-1/+1
* | Remove dead store in ecdsa_signature_parse_der_lax.Eelis2017-08-171-1/+0
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-6/+6
|/
* Fix 2 subscript[0] bugs in pubkey.cpp, and eliminate one extra size checkJeremy Rubin2017-07-081-5/+2
* [trivial] Add end of namespace commentspracticalswift2017-05-311-1/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Do not shadow variablesPavel Janík2016-09-271-3/+3
* add bip32 pubkey serializationJonas Schnelli2016-04-141-3/+3
* 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
* Abstract chaincodes into CChainCodePieter Wuille2015-05-021-3/+3
* keys: remove libsecp256k1 verification until it's actually supportedCory Fields2015-03-021-33/+0
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* 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
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-0/+131