Module Crypto_algo.Rsa_pss_params
RSA-PSS parameters.
type t
The type for
RsaPssParams
objects.
val v : ?name:Jstr.t -> salt_length:int -> unit -> algo
v ~name ~salt_length
is an signature parameter object with given properties.name
defaults to"RSA-PSS"
.
Properties
val salt_length : t -> int
salt_length a
is the byte length of the name of the random salt to use.