Skip to content

Speed up congruence solver #1

@Mangara

Description

@Mangara

While congruences can be quickly brute-forced for small n, some of the transformations of even quadratic equations with small coefficients generate congruences with n in the hundred-thousands. In these cases, it would be better to use a faster algorithm.

Even just factoring the modulus, solving the smaller congruences and combining the result may help.

These sources may be helpful:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions