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