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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix .multiplication_by_m when m is not coprime to characteristic (#6413) #37096

Merged
merged 12 commits into from
Feb 13, 2024

Commits on Jan 18, 2024

  1. Fix sagemath#6413

    Compute pth multiplication coordinate maps by using isogenies.
    
    Thanks @yyyyx4 for the idea!
    grhkm21 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2fe08b6 View commit details
    Browse the repository at this point in the history
  2. Fix

    grhkm21 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4273b70 View commit details
    Browse the repository at this point in the history
  3. Remove useless imports

    grhkm21 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8ab1081 View commit details
    Browse the repository at this point in the history
  4. serious fix (one character)

    grhkm21 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6a81d72 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    ac0ce58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94fc871 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    ae5c5b1 View commit details
    Browse the repository at this point in the history
  2. apply review changes 馃摉

    grhkm21 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    826ec07 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. apply review changes 馃摉

    grhkm21 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a9b05b4 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove deprecated multiplication_by_m_isogeny"

    This reverts commit ac0ce58.
    grhkm21 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d466ecb View commit details
    Browse the repository at this point in the history
  3. fix mod p thing

    grhkm21 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bbb2786 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    929d0e6 View commit details
    Browse the repository at this point in the history