[][src]Static ring::signature::RSA_PSS_2048_8192_SHA512

pub static RSA_PSS_2048_8192_SHA512: RsaParameters

Verification of signatures using RSA keys of 2048-8192 bits, PSS padding, and SHA-512.

See "RSA_PSS_* Details" in ring::signature's module-level documentation for more details.

Only available in alloc mode.