coppersmith-algorithm
coppersmith-algorithm copied to clipboard
Computing roots "modulo an integer" is not supported
It is "finding small integer roots of a bivariate polynomial modulo an integer", however there is no way to specify this integer. Only polynomials over Z (not Z/mZ) are supported.
I've fixed this issue in my recent pull request.