Module Bytesrw_md

SHA-1 and SHA-2 stream hashes.

This module provides support for the SHA-1 and SHA-2 hashes with the libmd C library.

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

module Sha_384 : Sha

SHA-384 hash

module Sha_512 : Sha

SHA-512 hash