Releases: bitanon/hashlib
Releases · bitanon/hashlib
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
Version 1.21.3
- Support for random number generator based on sm3:
RNG.sm3
- Improves documentation
Full Changelog: v1.21.2...v1.21.3
Version 2.0.0
Full Changelog: v1.21.2...v2.0.0
Version 1.21.2
Full Changelog: v1.21.1...v1.21.2
Version 1.21.1
- Support for MD2:
md2
,md2sum
#29
Full Changelog: v1.21.0...v1.21.1
Version 1.21.0
- Moves random generators outside of the base package;
import 'package:hashlib/random.dart';
- Introduces UUID generators. Example:
uuid.v4()
Full Changelog: v1.20.4...v1.21.0
Version 1.20.4
- Ensure seed uniqueness in
RandomGenerators
across Isolates
Full Changelog: v1.20.3...v1.20.4