coppersmith-algorithm icon indicating copy to clipboard operation
coppersmith-algorithm copied to clipboard

Computing roots "modulo an integer" is not supported

Open maxale opened this issue 5 years ago • 1 comments

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.

maxale avatar Oct 23 '20 16:10 maxale

I've fixed this issue in my recent pull request.

maxale avatar May 05 '21 17:05 maxale