aboutsummaryrefslogtreecommitdiff
path: root/src/script/sign.h
Commit message (Expand)AuthorAgeFilesLines
* Make DummySignatureCreator a singletonPieter Wuille2018-04-101-5/+1
* Make BaseSignatureCreator a pure interfacePieter Wuille2018-04-101-13/+7
* Introduce interface for signing providersPieter Wuille2018-03-251-11/+22
* Calculate and store the number of bytes required to spend an inputAndrew Chow2018-03-091-0/+1
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-0/+6
|\
| * Abstract out IsSolvable from WitnessifierPieter Wuille2018-01-031-0/+6
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-1/+1
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-2/+2
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-4/+4
* Merge #8808: Do not shadow variables (gcc set)Wladimir J. van der Laan2017-03-031-1/+1
|\
| * Do not shadow variables (gcc set)Pavel Janík2016-12-051-1/+1
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* [doc] Fix typos in comments, doxygen: Fix comment syntaxMarcoFalke2016-08-221-1/+1
* BIP143: Signing logicPieter Wuille2016-06-221-9/+25
* BIP143: Verification logicPieter Wuille2016-06-221-2/+3
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Add DummySignatureCreator which just creates zeroed sigsPieter Wuille2015-06-111-0/+8
* Abstract out Ctransaction-specific signing into TransactionSignatureCreatorPieter Wuille2015-03-211-4/+37
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Make comments in /src/script doxygen compatibleMichael Ford2014-11-101-2/+4
* Avoid a bunch of copying/conversion in script/signPieter Wuille2014-11-041-1/+1
* Fix all header definesPavel Janík2014-11-031-3/+3
* cleanup new script files (no code changes)Philip Kaufmann2014-09-141-3/+4
* Separate script/signjtimon2014-09-081-0/+23