Searched refs:GF256 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgf256.cpp8 GF256::Element GF256::Multiply(Element a, Element b) const
23 return (GF256::Element) result;
26 GF256::Element GF256::MultiplicativeInverse(Element a) const
H A Dgf256.h9 class GF256 class
15 GF256(byte modulus) : m_modulus(modulus) {} function in class:GF256
H A Dshark.cpp25 GF256 gf256(0xf5);
28 result ^= word64(gf256.Multiply(iG[i][j], GF256::Element(a>>(56-8*j)))) << (56-8*i);
H A Dsquare.cpp22 GF256 gf256(0xf5);

Completed in 121 milliseconds