menu
cryptography package
documentation
cryptography.dart
Poly1305
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
cryptography
Poly1305
macLength property
Poly1305 class