Compute the client public value A = gˆa mod N.

Synopsis

Declared in <openssl/srp.h>

[[deprecated]]
BIGNUM*
SRP_Calc_A(
    BIGNUM const* a,
    BIGNUM const* N,
    BIGNUM const* g);
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