Age | Commit message (Expand) | Author |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-08-30 | Fix link to MurmurHash3.cpp from Austin Appleby | dontbyte |
2022-07-20 | Use HashWriter where possible | MacroFake |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-10-05 | refactor: use `{Read,Write}BE32` helpers for BIP32 nChild (de)serialization | Sebastian Falbesoner |
2021-09-29 | bloom: use Span instead of std::vector for `insert` and `contains` | William Casarin |
2021-07-05 | Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough | Hennadii Stepanov |
2021-01-04 | doc: Use https URLs where possible | Sawyer Billings |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-10-12 | Add TaggedHash function (BIP 340) | Pieter Wuille |
2020-08-06 | Add SHA256Uint256 helper functions | Jeremy Rubin |
2020-07-30 | Make MurmurHash3 consume Spans | Pieter Wuille |
2018-11-05 | Extract CSipHasher to it's own file in crypto/ directory. | Jim Posen |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-13 | Remove unused include in hash.cpp | Karl-Johan Alm |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-07-08 | Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and cleanup Murmu... | Jeremy Rubin |
2017-05-26 | Add specialization of SipHash for 256 + 32 bit data | Pieter Wuille |
2017-01-14 | Remove redundant semicolons | practicalswift |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-06-07 | Support SipHash with arbitrary byte writes | Pieter Wuille |
2016-05-17 | Add SipHash-2-4 primitives to hash | Pieter Wuille |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-05-06 | chaincodes: abstract away more chaincode behavior | Cory Fields |
2015-03-06 | src/hash.cpp: endian compatibility | Wladimir J. van der Laan |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-11-20 | Split up crypto/sha2 | Pieter Wuille |
2014-11-08 | Adding license. | sinetek |
2014-10-31 | boost: moveonly: move BIP32Hash to hash.h | Cory Fields |
2014-09-23 | Avoiding referencing elements of an empty vector | ENikS |
2014-09-19 | Apply clang-format on some infrequently-updated files | Pieter Wuille |
2014-06-21 | Add a built-in SHA256/SHA512 implementation. | Pieter Wuille |
2013-06-24 | Add HMAC-SHA512 to hash | Pieter Wuille |
2013-01-16 | Add MurmurHash3 implementation to hash.h/add hash.cpp. | Matt Corallo |