package hacl-star

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Direct hashing with MD5

This function should not be used for cryptographic applications!

The digest buffer must match the digest size of MD5, which is 16 bytes.

  • deprecated
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