Skip to content

Releases: bitanon/hashlib

Version 2.2.0

09 Aug 16:05
Compare
Choose a tag to compare
  • Fixes typo: Alder is renamed to Adler

Full Changelog: v2.1.0...v2.2.0

Version 1.23.0

09 Aug 16:00
Compare
Choose a tag to compare
  • Fixes typo: Alder is renamed to Adler

Full Changelog: v1.22.0...v1.23.0

Version 1.22.0

05 Aug 05:14
Compare
Choose a tag to compare
  • 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

04 Aug 15:10
Compare
Choose a tag to compare
  • 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

14 Jun 04:47
Compare
Choose a tag to compare
  • Support for random number generator based on sm3: RNG.sm3
  • Improves documentation

Full Changelog: v1.21.2...v1.21.3

Version 2.0.0

14 Jun 04:48
Compare
Choose a tag to compare
  • dart support
  • Support for random number generator based on sm3: RNG.sm3
  • Improves documentation

Full Changelog: v1.21.2...v2.0.0

Version 1.21.2

14 Jun 04:48
Compare
Choose a tag to compare

Version 1.21.1

14 Jun 04:48
Compare
Choose a tag to compare
  • Support for MD2: md2, md2sum #29

Full Changelog: v1.21.0...v1.21.1

Version 1.21.0

14 Jun 04:49
Compare
Choose a tag to compare
  • 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

14 Jun 04:49
Compare
Choose a tag to compare
  • Ensure seed uniqueness in RandomGenerators across Isolates

Full Changelog: v1.20.3...v1.20.4