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