8#ifndef BOTAN_MODULAR_REDUCER_H__
9#define BOTAN_MODULAR_REDUCER_H__
11#include <botan/numthry.h>
55 BigInt modulus, modulus_2, mu;
const BigInt & get_modulus() const
BigInt cube(const BigInt &x) const
BigInt square(const BigInt &x) const
BigInt multiply(const BigInt &x, const BigInt &y) const
BigInt reduce(const BigInt &x) const
BigInt square(const BigInt &x)