Module Digestif.SHA3_384Source
Sourceval hmac_bytes : key:string -> ?off:int -> ?len:int -> Bytes.t -> t Sourceval hmac_string : key:string -> ?off:int -> ?len:int -> String.t -> t val of_hex_opt : string -> t optionval consistent_of_hex : string -> tval consistent_of_hex_opt : string -> t optionval of_raw_string : string -> tval of_raw_string_opt : string -> t optionval to_raw_string : t -> stringSourceval get_into_bytes : ctx -> ?off:int -> bytes -> unit