bitLength property

  1. @override
int bitLength
final

The bit-length of the integers being used in the hashing function.

BLAKE2b uses 64-bit, and BLAKE2s uses 32-bit.

Implementation

@override
final int bitLength = 64;