aboutsummaryrefslogtreecommitdiff
path: root/src/hash.cpp
AgeCommit message (Expand)Author
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-05refactor: use `{Read,Write}BE32` helpers for BIP32 nChild (de)serializationSebastian Falbesoner
2021-09-29bloom: use Span instead of std::vector for `insert` and `contains`William Casarin
2021-07-05Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthroughHennadii Stepanov
2021-01-04doc: Use https URLs where possibleSawyer Billings
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-10-12Add TaggedHash function (BIP 340)Pieter Wuille
2020-08-06Add SHA256Uint256 helper functionsJeremy Rubin
2020-07-30Make MurmurHash3 consume SpansPieter Wuille
2018-11-05Extract CSipHasher to it's own file in crypto/ directory.Jim Posen
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-13Remove unused include in hash.cppKarl-Johan Alm
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-07-08Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and cleanup Murmu...Jeremy Rubin
2017-05-26Add specialization of SipHash for 256 + 32 bit dataPieter Wuille
2017-01-14Remove redundant semicolonspracticalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-06-07Support SipHash with arbitrary byte writesPieter Wuille
2016-05-17Add SipHash-2-4 primitives to hashPieter Wuille
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-05-06chaincodes: abstract away more chaincode behaviorCory Fields
2015-03-06src/hash.cpp: endian compatibilityWladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-11-20Split up crypto/sha2Pieter Wuille
2014-11-08Adding license.sinetek
2014-10-31boost: moveonly: move BIP32Hash to hash.hCory Fields
2014-09-23Avoiding referencing elements of an empty vectorENikS
2014-09-19Apply clang-format on some infrequently-updated filesPieter Wuille
2014-06-21Add a built-in SHA256/SHA512 implementation.Pieter Wuille
2013-06-24Add HMAC-SHA512 to hashPieter Wuille
2013-01-16Add MurmurHash3 implementation to hash.h/add hash.cpp.Matt Corallo