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

Compute composite degree (separable) isogenies of EllipticCurves #35949

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Commits on Jul 13, 2023

  1. Implement .isogenies_degree for EllipticCurves

    This supports computing (separable) isogenies of composite degree. It is
    generic and calls `.isogenies_prime_degree`.
    grhkm21 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b0111fc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Apply suggestions from code review

    Thanks Lorenz for the review <3
    
    Co-authored-by: Lorenz Panny <84067835+yyyyx4@users.noreply.github.com>
    grhkm21 and yyyyx4 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3f876fa View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Update src/sage/schemes/elliptic_curves/ell_field.py

    Yes.
    
    Co-authored-by: Lorenz Panny <84067835+yyyyx4@users.noreply.github.com>
    grhkm21 and yyyyx4 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8e0346c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    9aa101d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d35b1fb View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Apply reviews 🤓

    grhkm21 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0d48917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91b2ff2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    057826e View commit details
    Browse the repository at this point in the history
  2. apply review changes 🤓

    grhkm21 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    797181b View commit details
    Browse the repository at this point in the history
  3. write better code

    grhkm21 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f5d5834 View commit details
    Browse the repository at this point in the history