nrfxlib API 2.8.99
|
void ocrypto_srp_public_key_ctx | ( | ocrypto_srp_ctx * | ctx, |
uint8_t | pub_b[(384)], | ||
const uint8_t | priv_b[(32)], | ||
const uint8_t | v[(384)] ) |
#include <crypto/nrf_oberon/include/ocrypto_srp.h>
SRP-6 public Key.
The public key for a given private key priv_b
is generated using the password verifier v
and put into pub_b
.
ctx | Context. | |
[out] | pub_b | Generated public key. |
priv_b | Private key. | |
v | Password verifier. |