My Project
|
Go to the source code of this file.
Functions | |
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”. More... | |