![]() |
nrfxlib API 3.3.99
|
| 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.
| [out] | hash | Generated hash. |
| X | Public key. | |
| V | ZKP ephemeral public key. | |
| G | Generator. May be NULL to use the default generator. | |
| id | Identity of originator. | |
| id_len | Identity length. |