nextNonce abstract method
Returns a fresh 8-byte nonce from a cryptographically secure source.
HINT: The returned buffer is a new allocation every call.
Implementation
Uint8List nextNonce();
Returns a fresh 8-byte nonce from a cryptographically secure source.
HINT: The returned buffer is a new allocation every call.
Uint8List nextNonce();