Function ring::ec::suite_b::key_pair_from_pkcs8
source ยท pub(crate) fn key_pair_from_pkcs8(
curve: &'static Curve,
template: &Template,
input: Input<'_>,
cpu_features: Features,
) -> Result<KeyPair, KeyRejected>