Module Hacl.SHA3_384

Direct hashing with SHA3-384

The digest buffer must match the digest size of SHA3-384, which is 48 bytes.

type bytes = SharedDefs.CBytes.t
val hash : bytes -> bytes

hash msg returns the hash of msg.

module Noalloc : sig ... end

Version of this function which writes its output in a buffer passed in as an argument