Are there some properties which make it easier to find such $f$ and $g$?
Few examples:
$gcd(a, b) = gcd(|a-b|, b)$
$a | b = (a \oplus b) | b$, where $\oplus$ is bitwise XOR and $|$ is bitwise OR
Are there some properties which make it easier to find such $f$ and $g$?
Few examples:
$gcd(a, b) = gcd(|a-b|, b)$
$a | b = (a \oplus b) | b$, where $\oplus$ is bitwise XOR and $|$ is bitwise OR
Copyright © 2021 JogjaFile Inc.