pub unsafe extern "C" fn ocrypto_curve_p224_from56bytes(
    r: *mut ocrypto_cp_p224,
    p: *const u8
) -> c_int
Expand description

Load point from bytes.

  • r - Loaded point.
  • p - Point as array of bytes.

Returns 0 If * r - is a valid curve point. Returns -1 Otherwise.