nrfxlib API 0.1.0
|
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.
[out] | r | Loaded point. |
p | Point as array of bytes. |
0 | If r is a valid curve point. |
-1 | Otherwise. |