Module Hacl.SHA1

Direct hashing with SHA-1

This function should not be used for cryptographic applications!

The digest buffer must match the digest size of SHA-1, which is 20 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