nrfxlib API 2.8.99
|
void ocrypto_srp_server_public_key | ( | uint8_t | pub_b[(384)], |
const uint8_t | priv_b[(32)], | ||
const uint8_t | k[(384)], | ||
const uint8_t | v[(384)] ) |
#include <crypto/nrf_oberon/include/ocrypto_srp.h>
SRP-6 Server Public Key.
[out] | pub_b | Generated public key. |
priv_b | Private key. | |
k | Multiplier. | |
v | Password verifier. |