nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ ocrypto_wpa3_sae_p256_sswu_pt()

int ocrypto_wpa3_sae_p256_sswu_pt ( uint8_t pt[64],
const uint8_t u1[48],
const uint8_t u2[48] )

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

Get ECC point using SSWU method (Simplified Shallue-Woestijne-Ulas).

Parameters
[out]ptECC point.
u1pwd-value 1.
u2pwd-value 2.
Return values
0If pt is a valid curve point.
-1Otherwise.