Digestiftype bigstring =
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.tA general (inner) iterator. It applies the provided function to a collection of elements. For instance:
let iter_k : 'a -> 'a iter = fun x f -> f xlet iter_pair : 'a * 'a -> 'a iter = fun (x, y) -> f x; f ylet iter_list : 'a list -> 'a iter = fun l f -> List.iter f ltype 'a pp = Format.formatter -> 'a -> unitmodule type S = sig ... endmodule type MAC = sig ... endSome hash algorithms expose extra MAC constructs. The interface is similar to the hmac_* functions in S.
module KECCAK_256 : SKECCAK 256 hash algorithm.
module BLAKE2B : sig ... endmodule BLAKE2S : sig ... endmodule Make_BLAKE2B (D : sig ... end) : Smodule Make_BLAKE2S (D : sig ... end) : Stype 'k hash = | MD5 : MD5.t hash| SHA1 : SHA1.t hash| RMD160 : RMD160.t hash| SHA224 : SHA224.t hash| SHA256 : SHA256.t hash| SHA384 : SHA384.t hash| SHA512 : SHA512.t hash| SHA3_224 : SHA3_224.t hash| SHA3_256 : SHA3_256.t hash| KECCAK_256 : KECCAK_256.t hash| SHA3_384 : SHA3_384.t hash| SHA3_512 : SHA3_512.t hash| WHIRLPOOL : WHIRLPOOL.t hash| BLAKE2B : BLAKE2B.t hash| BLAKE2S : BLAKE2S.t hashval sha3_224 : SHA3_224.t hashval sha3_256 : SHA3_256.t hashval keccak_256 : KECCAK_256.t hashval sha3_384 : SHA3_384.t hashval sha3_512 : SHA3_512.t hashval whirlpool : WHIRLPOOL.t hashval of_sha3_224 : SHA3_224.t -> SHA3_224.t tval of_sha3_256 : SHA3_256.t -> SHA3_256.t tval of_keccak_256 : KECCAK_256.t -> KECCAK_256.t tval of_sha3_384 : SHA3_384.t -> SHA3_384.t tval of_sha3_512 : SHA3_512.t -> SHA3_512.t tval of_whirlpool : WHIRLPOOL.t -> WHIRLPOOL.t t