package pkcs11-driver

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Pkcs11_CBC_ENCRYPT_DATA_PARAMS.HIGHERSource

Sourcetype t = {
  1. iv : string;
  2. data : string;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t