Verify that the client public value A is non-zero modulo N.
Declared in <openssl/srp.h>
[[deprecated]]
int
SRP_Verify_A_mod_N(
BIGNUM const* A,
BIGNUM const* N);
Deprecated. Use of this entity is allowed but discouraged.
1 if A mod N is non-zero, 0 otherwise.
| Name | Description |
|---|---|
| A | Client public value. |
| N | Safe prime modulus. |