My Project
dox_comments
header_files
bn.h
Go to the documentation of this file.
1
27
int
wolfSSL_BN_mod_exp
(WOLFSSL_BIGNUM *r,
const
WOLFSSL_BIGNUM *a,
28
const
WOLFSSL_BIGNUM *p,
const
WOLFSSL_BIGNUM *m, WOLFSSL_BN_CTX *ctx);
wolfSSL_BN_mod_exp
int wolfSSL_BN_mod_exp(WOLFSSL_BIGNUM *r, const WOLFSSL_BIGNUM *a, const WOLFSSL_BIGNUM *p, const WOLFSSL_BIGNUM *m, WOLFSSL_BN_CTX *ctx)
This function performs the following math “r = (a^p) % m”.
Generated by
1.9.1