Module Hash.Noalloc
Versions of these functions which write their output in a buffer passed in as an argument
Direct interface
val hash : alg:SharedDefs.HashDefs.alg -> msg:bytes -> digest:bytes -> unit
hash alg msg digest
hashesmsg
using algorithmalg
and outputs the result indigest
.