pub unsafe extern "C" fn ocrypto_curve_p224_to56bytes(
    r: *mut u8,
    p: *mut ocrypto_cp_p224
)
Expand description

Store p.x to bytes.

  • r - Point stored as array.
  • p - Point to be stored.