Searched refs:modp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dxtr.h48 GFP2_ONB(const Integer &p) : modp(p)
54 const Integer& GetModulus() const {return modp.GetModulus();}
58 t = modp.Inverse(modp.ConvertIn(a));
63 {return GFP2Element(modp.ConvertIn(a.c1), modp.ConvertIn(a.c2));}
66 {return GFP2Element(modp.ConvertOut(a.c1), modp.ConvertOut(a.c2));}
70 return modp.Equal(a.c1, b.c1) && modp
204 BaseField modp; member in class:GFP2_ONB
[all...]
H A Design.cpp163 ModularArithmetic modp(m_p);
164 Integer t = modp.Divide(w0 * r % m_p, m_e * re % m_p);

Completed in 55 milliseconds