nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ ocrypto_curve_p256_from64bytes()

int ocrypto_curve_p256_from64bytes ( ocrypto_cp_p256 * r,
const uint8_t p[64] )

#include <crypto/nrf_oberon/include/ocrypto_curve_p256.h>

Load point from bytes.

Parameters
[out]rLoaded point.
pPoint as array of bytes.
Return values
0If r is a valid curve point.
-1Otherwise.