aws_lc_rs::ec::encoding::sec1

Function marshal_sec1_public_point_into_buffer

Source
pub(crate) fn marshal_sec1_public_point_into_buffer(
    buffer: &mut [u8],
    evp_pkey: &ManagedPointer<*mut EVP_PKEY>,
    compressed: bool,
) -> Result<usize, Unspecified>