mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
@ -246,7 +246,7 @@ WOLFSSL_API int wc_SrpSetPrivate(Srp* srp, const byte* priv, word32 size);
|
||||
*
|
||||
* The public ephemeral value is known as:
|
||||
* A at the client side. A = g ^ a % N
|
||||
* B at the server side. B = (k * v + (g ˆ b % N)) % N
|
||||
* B at the server side. B = (k * v + (g ^ b % N)) % N
|
||||
* This function MUST be called after wc_SrpSetPassword or wc_SrpSetVerifier.
|
||||
*
|
||||
* @param[in,out] srp the Srp structure.
|
||||
|
Reference in New Issue
Block a user