aws_lc_rs::ec::signature

Function public_key_from_evp_pkey

Source
pub(crate) fn public_key_from_evp_pkey(
    evp_pkey: &ManagedPointer<*mut EVP_PKEY>,
    algorithm: &'static EcdsaSigningAlgorithm,
) -> Result<PublicKey, Unspecified>