newNonce method

  1. @override
List<int> newNonce()
override

Generates a new nonce with the correct length (nonceLength).

Uses a cryptographically strong random number generator.

Implementation

@override
List<int> newNonce() => fallback.newNonce();