- Update libxxhash to 0.8.1
- Mark extension as Ractor-safe (by @kreynolds)
- Add ability to hash files by path directly with
XXhash.xxh32_file
andXXhash.xxh64_file
(by @kreynolds)
- Add xxHash to
Digest
module and make it more compatieble with another hash functions fromDigest
. (by @justinwsmith) - Add a
StreamingHash
class that's externally instantiatable. (by @justinwsmith) - Fix segfault when nil is passed as param (nashby#13) (by @justinwsmith)
- Update libxxhash to 0.6.2.
- make seed param optional (by @weakish)
- add 64-bit xxhash function (by @justinwsmith)
- remove .bundle from gem
- xxHash updated to r29