menu
cryptography package
documentation
dart.dart
DartChacha20Poly1305AeadMacAlgorithm
macLength property
macLength property
dark_mode
light_mode
macLength
property
@
override
int
get
macLength
override
Number of bytes in the message authentication code.
Implementation
@override int get macLength => 16;
cryptography package
documentation
dart
DartChacha20Poly1305AeadMacAlgorithm
macLength property
DartChacha20Poly1305AeadMacAlgorithm class