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

◆ ocrypto_spake2p_p256_check_key()

int ocrypto_spake2p_p256_check_key ( const uint8_t  K[65])

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

SPAKE2+ P256 public key validation check.

Parameters
KPublic key.
Return values
0If the key is valid.
-1Otherwise.