aboutsummaryrefslogtreecommitdiff
path: root/core/hash/xxhash/streaming.odin
Commit message (Expand)AuthorAgeFilesLines
* remove xxhash core:mem dependencyjakubtomsu4 days1-2/+2
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
* Render examples.Jeroen van Rijn2025-10-101-2/+2
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-1/+2
* Fix free bug not using the correct allocatorgingerBill2024-03-271-1/+1
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* [xxhash] For the streaming tests, randomly select the size to use.Jeroen van Rijn2022-05-021-1/+3
* [xxh3] Fix flaws in streaming implementationJeroen van Rijn2022-05-011-4/+4
* `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...gingerBill2022-01-151-1/+1
* xxhash: Add tests for streaming input.Jeroen van Rijn2021-09-151-12/+12
* Finish xxHash implementation.Jeroen van Rijn2021-09-151-0/+372