Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
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();}
void DEREncode(BufferedTransformation &bt) const
Encode in DER format.
Classes for automatic resource management.
This file contains helper classes/functions for implementing public key algorithms.
Class file for performing modular arithmetic.
Classes for precomputation in a group.
Classes for performing mathematics over different fields.
Crypto++ library namespace.
Performs modular arithmetic in Montgomery representation for increased speed.
Abstract base classes that provide a uniform interface to this library.
Multiple precision integer with arithmetic operations.
Multiple precision integer with arithmetic operations.