pub fn any_eddsa_type(
    der: &PrivateKey
) -> Result<Arc<dyn SigningKey + 'static>, SignError>
Expand description

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