Compute the server public value B = gˆb + k*v (mod N) for TLS‐SRP (default library context; deprecated).
Synopsis
Return Value
Newly allocated B value, or NULL on error. Caller must free.
Parameters
Name |
Description |
b |
Server secret exponent. |
N |
Safe prime modulus. |
g |
Generator. |
v |
User password verifier. |
Created with MrDocs