Crypto_algo.Aes_cbc_params
AES CBC encryption parameters.
The type for AesCbcParams
objects.
val v : ?name:Jstr.t -> iv:Brr.Tarray.Buffer.t -> unit -> algo
v ~name ~iv
is an encryption parameter object with given properties. name
defaults to "AES-CBC"
.
val iv : t -> Brr.Tarray.Buffer.t
iv a
is the initialisation vector to use.