murmur3 3.0.0
murmur3: ^3.0.0 copied to clipboard
MurmurHash v3 for Dart & Flutter platforms. Supports array and stream data sources, on native and browser environments.
3.0.0 #
- Remove support for Dart 2.
- Implement native
64-bitint for VM and Web Assembly. - Removed
staticmethods fromMurmurHashV3class. Implementations ofIUint32andIUint64are now provided via the constructor instead of being set via static members. - Removed alias
Uint32_int_xplat. - The default
murmur3instance exposed inlib\murmur3.dartusesUint32_int_48bit_mulandUint64_intwhich are cross-platform (VM/JS/WASM). - Reworked unit tests.
2.1.0 #
- Enable support for Dart 3.
2.0.0 #
- Breaking change for murmur 3f (128 bits) - make the seed a BigInt (clamped to 128 bits).
1.0.0 #
- Initial version.