aboutsummaryrefslogtreecommitdiff
path: root/src/script/sign.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
* Make comments in /src/script doxygen compatibleMichael Ford2014-11-101-6/+6
* Avoid a bunch of copying/conversion in script/signPieter Wuille2014-11-041-4/+4
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
* script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-171-1/+1
* Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille2014-10-021-1/+1
* Make signature cache optionalPieter Wuille2014-10-021-3/+3
* Abstract out SignatureCheckerPieter Wuille2014-10-021-1/+1
* Merge pull request #4555Wladimir J. van der Laan2014-09-171-4/+4
|\
| * Don't pass nHashType to EvalScript nor CheckSigjtimon2014-09-121-3/+3
| * Don't pass nHashType to VerifyScriptjtimon2014-09-121-1/+1
* | cleanup new script files (no code changes)Philip Kaufmann2014-09-141-2/+2
|/
* Separate script/signjtimon2014-09-081-0/+260