7#ifndef BOTAN_BARRETT_REDUCTION_H_
8#define BOTAN_BARRETT_REDUCTION_H_
10#include <botan/bigint.h>
79 size_t m_modulus_bits;
size_t modulus_bits() const
BigInt cube(const BigInt &x) const
int(* final)(unsigned char *, CTX *)
BigInt square(const BigInt &x)
RetT reduce(const std::vector< KeyT > &keys, RetT acc, ReducerT reducer)