sign/rng/random_bytes library
Functions
-
secureRandomBytes(
int n) → Uint8List - Default RandomBytes: cryptographically secure, backed by Random.secure.
Typedefs
- RandomBytes = Uint8List Function(int n)
-
A source of (pseudo-)randomness: returns exactly
nfresh bytes.