Crypto_algo.Rsa_oaep_paramsRSA-OAEP parameters.
The type for RsaOaepParams objects.
val v : ?name:Jstr.t -> ?label:Brr.Tarray.Buffer.t -> unit -> algov ~name ~label is an encryption parameter object with given properties. name defaults to "RSA-OAEP".
val label : t -> Brr.Tarray.Buffer.t optionlabel a is the label bound to the ciphertext.