Files
Odin/core
Jeroen van Rijn 6985181961 [xxhash] Add tests for large inputs
Test XXH32, XXH64, XXH3-64 and XXH3-128 for large inputs, with both all-at-once and streaming APIs.

XXH32_create_state and XXH64_create_state now implicitly call their "reset state" variants to simplify the streaming API to 3 steps:
- create state / defer destroy
- update
- digest (finalize)

These are tested with an array of 1, 2, 4, 8 and 16 megabytes worth of zeroes.
All return the same hashes as do both the one-shot version, as well as that of the official xxhsum tool.

3778/3778 tests successful.
2022-05-02 17:51:39 +02:00
..
2022-01-27 16:09:05 +00:00
2022-02-14 11:01:34 +00:00
2022-04-02 14:38:42 +01:00
2022-04-22 17:56:34 +02:00
2022-02-25 08:49:25 +00:00
2022-03-02 16:22:16 +11:00
2022-05-02 17:51:39 +02:00
2022-04-27 15:25:56 +01:00
2022-01-24 23:07:06 +00:00
2021-10-23 12:24:53 +02:00
2022-04-26 11:45:46 +01:00
2022-04-26 11:35:34 +01:00
2022-05-01 23:52:55 +01:00
2022-01-07 06:12:00 +01:00
2022-04-30 13:28:45 +01:00
2022-04-29 18:41:21 +02:00
2022-04-16 16:48:08 +02:00
2022-04-27 14:37:15 +02:00