MCPcopy Create free account
hub / github.com/LUX-Core/lux / Modulo

Method Modulo

src/cryptopp/gf2n.cpp:325–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325PolynomialMod2 PolynomialMod2::Modulo(const PolynomialMod2 &b) const
326{
327 PolynomialMod2 remainder, quotient;
328 PolynomialMod2::Divide(remainder, quotient, *this, b);
329 return remainder;
330}
331
332PolynomialMod2& PolynomialMod2::operator<<=(unsigned int n)
333{

Callers 5

integer.cppFile · 0.45
operator%Function · 0.45
operator%Function · 0.45
operator%Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected