menu
blockchain_utils package
documentation
crypto/crypto/prng/chacha20.dart
ChaCha20Rng
ChaCha20Rng.new constructor
ChaCha20Rng.new constructor
dark_mode
light_mode
ChaCha20Rng
constructor
ChaCha20Rng
(
List
<
int
>
seed
, {
int
streamId
=
0
,
})
Implementation
ChaCha20Rng(List<int> seed, {this.streamId = 0}) : assert(seed.length == 32), _key = seed.clone();
blockchain_utils package
documentation
crypto/crypto/prng/chacha20
ChaCha20Rng
ChaCha20Rng.new constructor
ChaCha20Rng class