newNonce method
Generates a new nonce with the correct length (nonceLength).
Uses a cryptographically strong random number generator.
Implementation
@override
List<int> newNonce() => fallback.newNonce();
Generates a new nonce with the correct length (nonceLength).
Uses a cryptographically strong random number generator.
@override
List<int> newNonce() => fallback.newNonce();