Compute the client public value A = gˆa mod N.
Synopsis
Declared in <openssl/srp.h>
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Newly allocated A value, or NULL on error. Caller must free.
Parameters
Name |
Description |
a |
Client secret exponent. |
N |
Safe prime modulus. |
g |
Generator. |
Created with MrDocs