menu
blockchain_utils package
documentation
crypto/crypto/hash/hash.dart
RIPEMD256
getBlockSize property
getBlockSize property
dark_mode
light_mode
getBlockSize
property
@
override
int
get
getBlockSize
inherited
The block size used by the hash algorithm.
Implementation
@override int get getBlockSize => 64;
blockchain_utils package
documentation
crypto/crypto/hash/hash
RIPEMD256
getBlockSize property
RIPEMD256 class