package pkcs11

  1. Overview
  2. Docs
type t = {
  1. iv : string;
  2. data : string;
}
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t