Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Some hash algorithms expose extra MAC constructs. The interface is similar to the hmac_*
functions in S
.
val mac_bytes : key:string -> ?off:int -> ?len:int -> Stdlib.Bytes.t -> t
val mac_string : key:string -> ?off:int -> ?len:int -> Stdlib.String.t -> t
val macv_bytes : key:string -> Stdlib.Bytes.t list -> t
val macv_string : key:string -> Stdlib.String.t list -> t