1 #ifndef CRYPTOPP_MODEXPPC_H 2 #define CRYPTOPP_MODEXPPC_H 20 bool NeedConversions()
const {
return true;}
21 Element ConvertIn(
const Element &v)
const {
return m_mr->ConvertIn(v);}
22 virtual Element ConvertOut(
const Element &v)
const {
return m_mr->ConvertOut(v);}
29 const Integer & GetModulus()
const {
return m_mr->GetModulus();}
This file contains helper classes/functions for implementing public key algorithms.
Abstract base classes that provide a uniform interface to this library.
Classes for automatic resource management.
Classes for performing mathematics over different fields.
Multiple precision integer with arithmetic operations.
void DEREncode(BufferedTransformation &bt) const
Encode in DER format.
Classes for precomputation in a group.
Performs modular arithmetic in Montgomery representation for increased speed.
Multiple precision integer with arithmetic operations.
Class file for performing modular arithmetic.
Crypto++ library namespace.