![]() | ![]() | ||||||||||||||
| |||||||||||||||
| BN_mod_inverse(3)
NAMEBN_mod_inverse - compute inverse modulo n
SYNOPSIS#include <openssl/bn.h> BIGNUM *BN_mod_inverse(BIGNUM *r, BIGNUM *a, const BIGNUM *n,
BN_CTX *ctx);
DESCRIPTION
ctx is a previously allocated BN_CTX used for temporary variables. r may be the same BIGNUM as a or n.
RETURN VALUES
SEE ALSO
HISTORY
| ||||||||||||||