Module P11_aes_ctr_paramsSource

Counters for AES CTR. 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 : bits:P11_ulong.t -> block:string -> t
Sourceval bits : t -> P11_ulong.t
Sourceval block : t -> string