aboutsummaryrefslogtreecommitdiff
path: root/src/script/sigcache.h
AgeCommit message (Expand)Author
2022-08-03validationcaches: Use size_t for sizesCarl Dong
2022-08-03validationcaches: Add and use ValidationCacheSizesCarl Dong
2022-08-03validationcaches: Abolish arbitrary limitCarl Dong
2022-08-03cuckoocache: Return approximate memory sizeCarl Dong
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-03-15Make all SignatureChecker explicit about missing dataPieter Wuille
2021-01-13Merge #19935: Move SaltedHashers to separate file and add some new onesWladimir J. van der Laan
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-11-10Move Hashers to util/hasher.{cpp/h}Andrew Chow
2020-10-12Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)Pieter Wuille
2020-10-06scripted-diff: put ECDSA in name of signature functionsPieter Wuille
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift
2017-04-12Deduplicate SignatureCacheHasherJeremy Rubin
2017-03-03Merge #8808: Do not shadow variables (gcc set)Wladimir J. van der Laan
2017-02-17Ensure `-maxsigcachesize` is in valid rangeJohn Newbery
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-14Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin
2016-12-05Do not shadow variables (gcc set)Pavel Janík
2016-08-26Rename to PrecomputedTransactionDataPieter Wuille
2016-08-16Precompute sighashesPieter Wuille
2016-06-22Refactor script validation to observe amountsPieter Wuille
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-10-31Make sigcache faster and more efficientPieter Wuille
2015-02-02Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille
2015-02-02Use separate SignatureChecker for CMutableTransactionPieter Wuille
2014-12-19Added "Core" to copyright headerssandakersmann
2014-11-03Fix all header definesPavel Janík
2014-10-06minor license, header end comment etc. cleanup in /scriptPhilip Kaufmann
2014-10-02Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille
2014-10-02Make signature cache optionalPieter Wuille