Static ring::signature::RSA_PKCS1_2048_8192_SHA1[][src]

pub static RSA_PKCS1_2048_8192_SHA1: RSAParameters = RSAParameters{padding_alg: &super::padding::RSA_PKCS1_SHA1,
              min_bits: bits::BitLength(2048),
              id: super::RSAParametersID::RSA_PKCS1_2048_8192_SHA1,}

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

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

Only available in use_heap mode.