![]() |
nrfxlib API 3.3.99
|
| int ocrypto_wpa3_sae_p256_check_pt | ( | const uint8_t | pt[64] | ) |
#include <crypto/nrf_oberon/include/ocrypto_wpa3_sae_p256.h>
Check the consistency of a secret element PT.
| pt | ECC point. |
| 0 | If pt is a valid curve point. |
| -1 | Otherwise. |