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