menu
blockchain_utils package
documentation
crypto/crypto/hash/hash.dart
MD5
getDigestLength property
getDigestLength property
dark_mode
light_mode
getDigestLength
property
@
override
int
get
getDigestLength
override
The length of the digest produced by the hash algorithm.
Implementation
@override int get getDigestLength => 16;
blockchain_utils package
documentation
crypto/crypto/hash/hash
MD5
getDigestLength property
MD5 class