Blake2s_32.Noalloc
Version of this function which writes its output in a buffer passed in as an argument
val hash : key:bytes -> msg:bytes -> digest:bytes -> unit
hash key msg digest hashes msg and outputs the result in digest. A non-empty key can be passed for keyed hashing.
hash key msg digest
msg
digest
key