Function ring::ec::suite_b::key_pair_from_bytes

source ยท
pub(crate) fn key_pair_from_bytes(
    curve: &'static Curve,
    private_key_bytes: Input<'_>,
    public_key_bytes: Input<'_>,
    cpu_features: Features,
) -> Result<KeyPair, KeyRejected>