Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance improvements for Richelot isogenies #7

Merged
merged 1 commit into from
Aug 3, 2022

Commits on Aug 3, 2022

  1. Performance improvements for Richelot isogenies

    We can eliminate variables by simple substitutions
    using the symmetric function identities. This eliminates
    Gröbner basis computations.
    
    Also use the appropriate jacobian() method and avoid creating
    each Jacobian twice.
    
    Execution speed is up by 50%-60%.
    remyoudompheng committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d5e51ad View commit details
    Browse the repository at this point in the history