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

◆ ocrypto_ecjpake_get_zkp_hash()

void ocrypto_ecjpake_get_zkp_hash ( uint8_t  hash[32],
const uint8_t  X[64],
const uint8_t  V[64],
const uint8_t  G[64],
const char *  id,
size_t  id_len 
)

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

EC-JPAKE-P256 zero knowledge proof hash.

Parameters
[out]hashGenerated hash.
XPublic key.
VZKP ephemeral public key.
GGenerator. May be NULL to use the default generator.
idIdentity of originator.
id_lenIdentity length.