nonceLength property

  1. @override
int nonceLength
final

Length of the nonce for ChaCha20-Poly1305 (12 bytes)

Implementation

@override
final int nonceLength = _nonceLength;