module Util: sig .. end
sig
end
module String: sig .. end
val auth_hmac : Cstruct.t -> Cstruct.t
Cstruct.t -> Cstruct.t
val id : 'a -> 'a
'a -> 'a
val string_of_opt_def : ('a -> string) -> string * 'a option -> string
('a -> string) -> string * 'a option -> string
val list_of_option : 'a option -> 'a list
'a option -> 'a list