Releases: bitanon/hashlib
Releases · bitanon/hashlib
Release list
Version 2.4.2
- Bump
convertlibto^3.5.1
Full Changelog: v2.4.1...v2.4.2
Version 2.4.1
- Replace the
hashlib_codecsdependency with its renamed successorconvertlib(^3.5.0).
Thehashlibpublic API, includingpackage:hashlib/codecs.dart, is unchanged.
Full Changelog: v2.4.0...v2.4.1
Version 2.4.0
- Fix
CRC64Paramssplitting of 64-bitpoly,seed, andxorOutvalues in the custom polynomial constructor. - New method
stringStreaminHashBase. Deprecates the misspelledstringStraem. - Documents that
XXHash64,XXH3, andXXH128are not supported on the web platform. - Updates the removal target of the deprecated
HashRegistryandBlockHashRegistryto 4.0.0. - Update
hashlib_codecsdependency to 3.3.1 - Adds a security policy:
SECURITY.md
Full Changelog: v2.3.4...v2.4.0
Version 2.3.4
- Update
hashlib_codecsdependency to 3.1.2 - Refactor
HashDigestclass to extendByteCollector.
Full Changelog: v2.3.3...v2.3.4
Version 2.3.3
- Update
hashlib_codecsdependency to 3.1.1 - Refactor
HashDigestclass to extendByteCollector.
Full Changelog: v2.3.2...v2.3.3
Version 2.3.2
- Update hashlib_codecs dependency to 3.1.0
Full Changelog: v2.3.1...v2.3.2
Version 2.3.1
- Updates pubspec.yaml
Full Changelog: v2.3.0...v2.3.1
Version 2.3.0
- Secure random number generation. by @elliotwutingfeng in #35
- generator_vm.dart
- Avoids mixing predictable datetime output with CSPRNG output.
- generator_js.dart
- Avoids mixing predictable datetime output with CSPRNG output.
- Adds
NodeRandomas an implementation ofRandomfor NodeJS.nextInt(max)draws 32-bit values from NodeJS's internalcryptopackage.
secureRandom()usesNodeRandomfor secure random numbers.$generateSeed()delegates tosecureRandom().
- generators.dart
- Fixes spelling of
_hashGenerator
- Fixes spelling of
- generator_vm.dart
Full Changelog: v2.2.0...v2.3.0
Version 1.24.0
- Secure random number generation. by @elliotwutingfeng in #35
- generator_vm.dart
- Avoids mixing predictable datetime output with CSPRNG output.
- generator_js.dart
- Avoids mixing predictable datetime output with CSPRNG output.
- Adds
NodeRandomas an implementation ofRandomfor NodeJS.nextInt(max)draws 32-bit values from NodeJS's internalcryptopackage.
secureRandom()usesNodeRandomfor secure random numbers.$generateSeed()delegates tosecureRandom().
- generators.dart
- Fixes spelling of
_hashGenerator
- Fixes spelling of
- generator_vm.dart
Full Changelog: v1.23.0...v1.24.0
Version 2.2.0
- Fixes typo: Alder is renamed to Adler
Full Changelog: v2.1.0...v2.2.0