pub unsafe extern "C" fn ocrypto_srp_session_key_ctx(
    ctx: *mut ocrypto_srp_ctx,
    k: *mut u8,
    s: *const u8
)
Expand description

SRP-6 SRP session Key with context.

Generates the shared SRP session key from the premaster secret * s - and puts it into * k - .

  • ctx - Context.
  • k - Generated SRP session key.
  • s - Premaster secret.