nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ ocrypto_ecjpake_get_generator()

int ocrypto_ecjpake_get_generator ( uint8_t  G[64],
const uint8_t  X1[64],
const uint8_t  X2[64],
const uint8_t  X3[64] 
)

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

EC-JPAKE-P256 generator derivation.

Parameters
[out]GGenerator.
X1Public key 1.
X2Public key 2.
X3Public key 3.
Return values
0If the generator is valid.
-1Otherwise.