aboutsummaryrefslogtreecommitdiff
path: root/src/eccryptoverify.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch to libsecp256k1-based validation for ECDSAPieter Wuille2015-11-151-68/+0
|
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* minor code style cleanup after recent mergesPhilip Kaufmann2014-11-041-0/+5
| | | | | - add a missing license header - correct some header orderings etc.
* boost: moveonly: create eccryptoverify.h|cpp and move helper functions thereCory Fields2014-10-311-0/+63
Eventually (after 0.10) these files will hold the logic for crypto verification routines, and CKey/CPubKey will call into them.