menu
blockchain_utils package
documentation
crypto/crypto/chacha20poly1305/chacha20poly1305.dart
ChaCha20Poly1305
nonceLength property
nonceLength property
dark_mode
light_mode
nonceLength
property
@
override
int
nonceLength
final
Length of the nonce for ChaCha20-Poly1305 (12 bytes)
Implementation
@override final int nonceLength = _nonceLength;
blockchain_utils package
documentation
crypto/crypto/chacha20poly1305/chacha20poly1305
ChaCha20Poly1305
nonceLength property
ChaCha20Poly1305 class