pub static RSA_PKCS1_1024_8192_SHA256_FOR_LEGACY_USE_ONLY: RsaParameters
Expand description
Verification of signatures using RSA keys of 1024-8192 bits, PKCS#1.5 padding, and SHA-256.
See “RSA_PKCS1_*
Details” in
ring::signature
’s module-level documentation for more details.
Only available in alloc
mode.