Module P11_gcm_paramsSource

Parameter for AES GCM. In PKCS11 applications:

These invariants are not checked, in order to represent invalid states that DLLs may return.

Sourcetype t
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval make : iv:string -> aad:string -> tag_bits:P11_ulong.t -> t
Sourceval iv : t -> string
Sourceval aad : t -> string
Sourceval tag_bits : t -> P11_ulong.t