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

Store p.x to bytes.

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