bitLength property

int bitLength

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

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

Implementation

int get bitLength;