nrfxlib API 2.8.99
|
int ocrypto_curve_p224_from56bytes | ( | ocrypto_cp_p224 * | r, |
const uint8_t | p[56] ) |
#include <crypto/nrf_oberon/include/ocrypto_curve_p224.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. |