Bytesrw_md
SHA-1 and SHA-2 hashes.
SHA-1
SHA-2
This module provides support for the SHA-1 and SHA-2 hashes with the libmd C library.
libmd
module type Sha = sig ... end
The type for SHA-1 and SHA-2 hashes.
module Sha_1 : Sha
SHA-1 hash.
module Sha_256 : Sha
SHA-256 hash.
SHA-256
module Sha_384 : Sha
SHA-384 hash.
SHA-384
module Sha_512 : Sha
SHA-512 hash.
SHA-512