Skip to main content

botan_ec_point_from_bytes

Function botan_ec_point_from_bytes 

Source
pub unsafe extern "C" fn botan_ec_point_from_bytes(
    ec_point: *mut botan_ec_point_t,
    ec_group: botan_ec_group_t,
    bytes: *const u8,
    bytes_len: usize,
) -> c_int