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