Source file p11_aes_cbc_encrypt_data_params.ml

1
2
3
4
type t =
  { iv : string
  ; data : string }
[@@deriving eq, ord, show, yojson]