pub fn hash2b(m: BitArray, output_size: Int) -> BitArray
Blake2b hashing
Note that the output_size is in bytes, not bits
output_size
Per the specification, any output_size between 1 and 64 bytes is supported.