menu
blockchain_utils package
documentation
crypto/crypto/poly1305/poly1305.dart
Poly1305
digestLength property
digestLength property
dark_mode
light_mode
digestLength
property
int
digestLength
final
The length of the Poly1305 digest (always 16 bytes).
Implementation
final int digestLength = _digestLength;
blockchain_utils package
documentation
crypto/crypto/poly1305/poly1305
Poly1305
digestLength property
Poly1305 class