![]() |
nrfxlib API 3.3.99
|
| void ocrypto_srp_session_key | ( | uint8_t | k[(64)], |
| const uint8_t | s[(384)] ) |
#include <crypto/nrf_oberon/include/ocrypto_srp.h>
SRP-6 SRP session key.
Generates the shared SRP session key from the premaster secret s and puts it into k.
| [out] | k | Generated SRP session key. |
| s | Premaster secret. |