pub fn check_public(public_key: &impl PublicKeyParts) -> Result<()>Expand description
Check that the public key is well formed and has an exponent within acceptable bounds.
pub fn check_public(public_key: &impl PublicKeyParts) -> Result<()>Check that the public key is well formed and has an exponent within acceptable bounds.