cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Functions
bn_exp2.c File Reference
#include <stdio.h>
#include "bn/bn_lcl.h"

Go to the source code of this file.

Macros

#define TABLE_SIZE   32
 

Functions

int BN_mod_exp2_mont (BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1, const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont)
 

Macro Definition Documentation

#define TABLE_SIZE   32

Definition at line 119 of file bn_exp2.c.

Function Documentation

int BN_mod_exp2_mont ( BIGNUM rr,
const BIGNUM a1,
const BIGNUM p1,
const BIGNUM a2,
const BIGNUM p2,
const BIGNUM m,
BN_CTX ctx,
BN_MONT_CTX in_mont 
)

Definition at line 121 of file bn_exp2.c.