xxh3 1.1.0 xxh3: ^1.1.0 copied to clipboard
A Dart implementation (port) of the XXH3 hashing algorithm from xxHash.
1.1.0 #
- Performance improvements (should be about 10x faster).
- New
xxh3String
convenience function that outputs the 64-bit hash as an unsigned hexadecimal string.
1.0.1 #
- Fix bugs with custom seed/secret combinations.
- Add more tests for custom seeds and payloads of various sizes.
1.0.0 #
- First release with full test coverage.
0.0.2+1 #
- Format package source with Dart formatter.
0.0.2 #
- Fix lints.
- Add examples.
- Improve documentation and 'dart-ify' code.
- Fix hashLongFunction.
0.0.1 #
- Initial version.