P11_aes_ctr_paramsCounters for AES CTR. In PKCS11 applications:
bits must be between 1 and 128, inclusive. It represents the number of bits that will act as a counter in block.block must be a 16-byte string. Its counter part (big endian) is at the end.These invariants are not checked, in order to represent invalid states that DLLs may return.
val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.stringval to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval make : bits:P11_ulong.t -> block:string -> tval bits : t -> P11_ulong.tval block : t -> string