pub unsafe extern "C" fn ocrypto_srp_server_public_key(
    pub_b: *mut u8,
    priv_b: *const u8,
    k: *const u8,
    v: *const u8
)
Expand description

SRP-6 Server Public Key.

  • pub_b - Generated public key, must be 32 bit aligned.
  • priv_b - Private key.
  • k - Multiplier.
  • v - Password verifier.