File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 2.3.0
2+
3+ - generator_vm.dart
4+ - Avoid mixing predictable datetime output with CSPRNG output.
5+ - generator_js.dart
6+ - Avoid mixing predictable datetime output with CSPRNG output.
7+ - Added ` NodeRandom ` as an implementation of ` Random ` for NodeJS.
8+ - ` nextInt(max) ` draws 32-bit values from Node crypto, supports max ∈ [ 1, 2^32] .
9+ - ` secureRandom() ` uses ` Random.secure() ` for web browsers, and ` NodeRandom ` for Node.js.
10+ - ` $generateSeed() ` delegates to ` secureRandom() ` .
11+ - generators.dart
12+ - Fixed spelling of ` _hashGenerator `
13+
114# 2.2.0
215
316- Fixes typo: Alder is renamed to Adler
Original file line number Diff line number Diff line change 11name : hashlib
22description : Secure hash functions, checksum generators, and key derivation algorithms optimized for Dart.
33homepage : https://github.com/bitanon/hashlib
4- version : 2.2 .0
4+ version : 2.3 .0
55
66environment :
77 sdk : ' >=2.19.0 <4.0.0'
You can’t perform that action at this time.
0 commit comments