blake2
Digest implementations for BLAKE2 Hashing
Implementations for:
BLAKE2b
BLAKE2s
Implementations also available as Mac via KotlinCrypto/MACs for keyed hashing.
See HERE for basic usage example of Digest.
fun main() {
BLAKE2b(512)
BLAKE2s(256)
}Content copied to clipboard