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

Generic arithmetic for Weierstrass curves #218

Closed
wants to merge 20 commits into from
Closed

Commits on Oct 2, 2020

  1. add weierstrass crate

    newpavlov committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    13c6158 View commit details
    Browse the repository at this point in the history
  2. Update weierstrass/src/utils.rs

    Co-authored-by: Roman Proskuryakov <[email protected]>
    newpavlov and kpp authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    6a33066 View commit details
    Browse the repository at this point in the history
  3. add newline

    newpavlov committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    17062bc View commit details
    Browse the repository at this point in the history
  4. minor doc changes

    newpavlov committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    fa52a51 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    586d3ce View commit details
    Browse the repository at this point in the history
  2. require subtle v2.3

    newpavlov committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    ead80f4 View commit details
    Browse the repository at this point in the history
  3. add double aliases

    newpavlov committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    a9775b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    ec2de62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a70096 View commit details
    Browse the repository at this point in the history
  3. add B3 constant

    newpavlov committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    b1434ec View commit details
    Browse the repository at this point in the history
  4. fix typo

    newpavlov committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    c29b429 View commit details
    Browse the repository at this point in the history
  5. specify curve size in bytes

    newpavlov committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    605528b View commit details
    Browse the repository at this point in the history
  6. add #![no_std]

    newpavlov committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    c3f89a2 View commit details
    Browse the repository at this point in the history
  7. fix trait name typo

    newpavlov committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    7f8e7bf View commit details
    Browse the repository at this point in the history
  8. fix loops

    newpavlov committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    76e26a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

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

Commits on Nov 10, 2020

  1. disable default features

    newpavlov committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    1c82455 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    4b3036b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74c225c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

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