aboutsummaryrefslogtreecommitdiff
path: root/src/script/sigcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* script: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contractpracticalswift2020-10-161-2/+2
* Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)Pieter Wuille2020-10-121-6/+29
* scripted-diff: put ECDSA in name of signature functionsPieter Wuille2020-10-061-4/+4
* refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov2020-06-041-1/+1
* Use salted hasher instead of nonce in sigcacheJeremy Rubin2020-04-291-3/+9
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* 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-7/+7
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1
* Merge #10192: Cache full script execution results in addition to signaturesWladimir J. van der Laan2017-06-291-3/+3
|\
| * Update -maxsigcachesize doc clarify init logprints for itMatt Corallo2017-06-221-2/+2
| * Cache full script execution results in addition to signaturesMatt Corallo2017-06-071-1/+1
* | [trivial] Add end of namespace commentspracticalswift2017-05-311-1/+1
|/
* Deduplicate SignatureCacheHasherJeremy Rubin2017-04-121-22/+0
* Trivial: fix comments referencing AppInit2Marko Bencun2017-02-241-1/+2
* Ensure `-maxsigcachesize` is in valid rangeJohn Newbery2017-02-171-2/+3
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin2016-12-141-38/+39
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Evict sigcache entries that are seen in a blockPieter Wuille2015-10-311-2/+13
* Make sigcache faster and more efficientPieter Wuille2015-10-311-34/+46
* Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-021-2/+2
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Make comments in /src/script doxygen compatibleMichael Ford2014-11-101-4/+6
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-1/+1
* minor license, header end comment etc. cleanup in /scriptPhilip Kaufmann2014-10-061-2/+2
* Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille2014-10-021-3/+3
* Make signature cache optionalPieter Wuille2014-10-021-0/+88