Static ring::signature::RSA_PKCS1_3072_8192_SHA384[][src]

pub static RSA_PKCS1_3072_8192_SHA384: RSAParameters = RSAParameters{padding_alg: &super::RSA_PKCS1_SHA384,
              min_bits: bits::BitLength(3072),
              id: super::RSAParametersID::RSA_PKCS1_3072_8192_SHA384,}

Verification of signatures using RSA keys of 3072-8192 bits, PKCS#1.5 padding, and SHA-384.

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

Only available in use_heap mode.