Static ring::signature::RSA_PSS_2048_8192_SHA256 [−][src]
pub static RSA_PSS_2048_8192_SHA256: RSAParameters=RSAParameters{padding_alg: &super::RSA_PSS_SHA256, min_bits: bits::BitLength(2048), id: super::RSAParametersID::RSA_PSS_2048_8192_SHA256,}
Verification of signatures using RSA keys of 2048-8192 bits, PSS padding, and SHA-256.
See "RSA_PSS_* Details" in
ring::signature's module-level documentation for more details.
Only available in use_heap mode.