aboutsummaryrefslogtreecommitdiff
path: root/zencore/blake3.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merged mainMartin Ridgers2021-11-091-1/+1
|\
| * Renamed 3rdparty -> thirdparty for legal complianceStefan Boberg2021-11-041-1/+1
| |
* | Fixed signed/unsigned mismatched warnings from GCCMartin Ridgers2021-09-291-1/+3
|/
* It's not possible to compile out testsStefan Boberg2021-09-201-1/+5
| | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly.
* clang-format fixupsStefan Boberg2021-05-241-2/+2
|
* Added BLAKE3::HashBuffer for hashing composite buffersStefan Boberg2021-05-241-1/+20
|
* Adding zenservice codeStefan Boberg2021-05-111-0/+153