menu
secp256k1cipher package
documentation
secp256k1cipher.dart
NullSecureRandom
nextUint8 method
nextUint8 method
dark_mode
light_mode
nextUint8
method
int
nextUint8
(
)
override
Get one byte long random int.
Implementation
int nextUint8() => clip8(_nextValue++);
secp256k1cipher package
documentation
secp256k1cipher
NullSecureRandom
nextUint8 method
NullSecureRandom class