![]() |
nrfxlib API 3.3.99
|
| void ocrypto_srp_public_key | ( | 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.
| [out] | pub_b | Generated public key. |
| priv_b | Private key. | |
| v | Password verifier. |