Library blake2

To use this library in your code:

import crypto.blake2
Blake2 Cryptographic Hash Function.

Classes

Blake2s-1 hash state.

Functions

blake2s data/Data from/int=0 to/int=data.byte-size --hash-size/int=32 --key/ByteArray=#[] -> ByteArray
Calculates the Blake2s hash of the given data.