Releases: bitanon/hashlib
Releases · bitanon/hashlib
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
Version 1.23.0
- Fixes typo: Alder is renamed to Adler
Full Changelog: v1.22.0...v1.23.0
Version 1.22.0
- Enhances the CRCs with custom polynomial support.
- Reduces global variables to optimize runtime memory.
Full Changelog: v1.21.3...v1.22.0
Version 2.1.0
- Enhances the CRCs with custom polynomial support.
- Reduces global variables to optimize runtime memory.
- Removes deprecated utilities:
src/core/utils.dart.
Full Changelog: v2.0.0...v2.1.0