aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/xxhash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added test verification of XXH3_128Stream vs XXH3_128::HashMemoryStefan Boberg2024-12-131-0/+2
|
* fixed XXH3_128Stream so it initializes the state properlyStefan Boberg2024-12-131-2/+10
| | | | the old version is still present for now, with a _deprecated suffix
* added xxhash unit tests (which currently fail)Stefan Boberg2024-12-131-0/+41
|
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+50
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees