Function rustls::crypto::aws_lc_rs::sign::any_eddsa_type

source ยท
pub fn any_eddsa_type(
    der: &PrivatePkcs8KeyDer<'_>,
) -> Result<Arc<dyn SigningKey>, Error>
Available on crate feature aws_lc_rs only.
Expand description

Parse der as any EdDSA key type, returning the first which works.