|
cryptlib
3.4.1
|
#include "bn/bn_lcl.h"Go to the source code of this file.
Functions | |
| int | BN_gcd (BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) |
| BIGNUM * | BN_mod_inverse (BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) |
1.8.2