pub unsafe extern "C" fn ocrypto_srp_session_key(
k: *mut u8,
s: *const u8,
)Expand description
SRP-6 SRP session key.
Generates the shared SRP session key from the premaster secret * s - and puts
it into * k - .
k- Generated SRP session key.s- Premaster secret.