hacl-star
Hacl.SHA2_224
Direct hashing with SHA-224
The digest buffer must match the digest size of SHA-224, which is 28 bytes.
digest
type bytes = SharedDefs.CBytes.t
val hash : bytes -> bytes
hash msg returns the hash of msg.
hash msg
msg
module Noalloc : sig ... end
Version of this function which writes its output in a buffer passed in as an argument