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

Store p.x to bytes.

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