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

Construct isogeny map using new function #529

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    4bb133c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    351ec56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b67949 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2ec1d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Improve the documentation for Isogeny Rational Map

    Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
    drskalman and Pratyush committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    41c02d9 View commit details
    Browse the repository at this point in the history
  2. - Rename RationalMap struct to IsogenyMap

    - Move `isogeny_map` function from `WBParams` to `IsogenyMap`
    - Update BLS12_381 test-curve accordingly.
    drskalman committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    796e8fa View commit details
    Browse the repository at this point in the history
  3. Move PR-arkworks-rs#517 from Pending to Breaking section of 'CHANGELO…

    …G.md`
    
    Cargo fmt on test-curves
    drskalman committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    6744179 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    18c9bbc View commit details
    Browse the repository at this point in the history
  2. make the denominators of the isogeny map to be defined as base field

    of domain field to avoid phantomData.
    drskalman committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b3ee27b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

Commits on Nov 30, 2022

  1. implement IsogenyMap::new as suggested by @Pratyush to reproduce

    error[E0716]: temporary value dropped while borrowed
    drskalman committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e2479fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f819ee1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

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