MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / operator*

Function operator*

src/cryptlib/integer.cpp:1847–1852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1845}
1846
1847Integer operator*(const Integer &a, const Integer &b)
1848{
1849 Integer product;
1850 Multiply(product, a, b);
1851 return product;
1852}
1853
1854/*
1855void PositiveDivide(Integer &remainder, Integer &quotient,

Callers

nothing calls this directly

Calls 1

MultiplyFunction · 0.85

Tested by

no test coverage detected