Searched refs:GFP2_ONB (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dxtr.cpp36 GFP2_ONB<ModularArithmetic> gfp2(p);
63 GFP2_ONB<MontgomeryRepresentation> gfp2(p);
H A Dxtrcrypt.cpp46 GFP2Element three = GFP2_ONB<ModularArithmetic>(m_p).ConvertIn(3);
95 GFP2_ONB<ModularArithmetic> gfp2(m_p);
H A Dxtr.h43 class GFP2_ONB : public AbstractRing<GFP2Element> class in inherits:AbstractRing
48 GFP2_ONB(const Integer &p) : modp(p) function in class:GFP2_ONB
51 throw InvalidArgument("GFP2_ONB: modulus must be equivalent to 2 mod 3");

Completed in 128 milliseconds