MCPcopy Create free account
hub / github.com/Yeuoly/0xUBypass / Lcm

Method Lcm

WindowsShellcodeInjector/RSA.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83BigUint math::Lcm(BigUint a, BigUint b) {
84 return a * b / Gcd(a, b);
85}
86
87BigUint repeatMod(BigUint x, BigUint a) {
88 BigUint b = x - 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected