Skip to content

Releases: bitanon/hashlib

Version 2.4.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 16:53
  • Bump convertlib to ^3.5.1

Full Changelog: v2.4.1...v2.4.2

Version 2.4.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:43
  • Replace the hashlib_codecs dependency with its renamed successor convertlib (^3.5.0).
    The hashlib public API, including package:hashlib/codecs.dart, is unchanged.

Full Changelog: v2.4.0...v2.4.1

Version 2.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:17
  • Fix CRC64Params splitting of 64-bit poly, seed, and xorOut values in the custom polynomial constructor.
  • New method stringStream in HashBase. Deprecates the misspelled stringStraem.
  • Documents that XXHash64, XXH3, and XXH128 are not supported on the web platform.
  • Updates the removal target of the deprecated HashRegistry and BlockHashRegistry to 4.0.0.
  • Update hashlib_codecs dependency to 3.3.1
  • Adds a security policy: SECURITY.md

Full Changelog: v2.3.4...v2.4.0

Version 2.3.4

Choose a tag to compare

@github-actions github-actions released this 19 Apr 06:46
  • Update hashlib_codecs dependency to 3.1.2
  • Refactor HashDigest class to extend ByteCollector.

Full Changelog: v2.3.3...v2.3.4

Version 2.3.3

Choose a tag to compare

@github-actions github-actions released this 18 Apr 16:06
  • Update hashlib_codecs dependency to 3.1.1
  • Refactor HashDigest class to extend ByteCollector.

Full Changelog: v2.3.2...v2.3.3

Version 2.3.2

Choose a tag to compare

@github-actions github-actions released this 18 Apr 15:49
  • Update hashlib_codecs dependency to 3.1.0

Full Changelog: v2.3.1...v2.3.2

Version 2.3.1

Choose a tag to compare

@dipu-bd dipu-bd released this 17 Apr 04:17
  • Updates pubspec.yaml

Full Changelog: v2.3.0...v2.3.1

Version 2.3.0

Choose a tag to compare

@dipu-bd dipu-bd released this 20 Dec 19:42
  • 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 NodeRandom as an implementation of Random for NodeJS.
        • nextInt(max) draws 32-bit values from NodeJS's internal crypto package.
      • secureRandom() uses NodeRandom for secure random numbers.
      • $generateSeed() delegates to secureRandom().
    • generators.dart
      • Fixes spelling of _hashGenerator

Full Changelog: v2.2.0...v2.3.0

Version 1.24.0

Choose a tag to compare

@dipu-bd dipu-bd released this 20 Dec 20:01
  • 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 NodeRandom as an implementation of Random for NodeJS.
        • nextInt(max) draws 32-bit values from NodeJS's internal crypto package.
      • secureRandom() uses NodeRandom for secure random numbers.
      • $generateSeed() delegates to secureRandom().
    • generators.dart
      • Fixes spelling of _hashGenerator

Full Changelog: v1.23.0...v1.24.0

Version 2.2.0

Choose a tag to compare

@dipu-bd dipu-bd released this 09 Aug 16:05
  • Fixes typo: Alder is renamed to Adler

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