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

Curve25519 Rust #12

Draft
wants to merge 6 commits into
base: franziskus/poly1305-rust
Choose a base branch
from

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    eb5ca6d View commit details
    Browse the repository at this point in the history
  2. add x25519...

    franziskuskiefer committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a4437b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. improvements...

    franziskuskiefer committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    34aef0e View commit details
    Browse the repository at this point in the history
  2. Sign flip in fsub (#11)

    To illustrate, lets say `lhs = 0`, then the correct result of `lhs - rhs % p` should be `p - rhs`, not `p - lhs + rhs` = `p + rhs` = `rhs % p`.
    jschneider-bensch authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a136f42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98c76de View commit details
    Browse the repository at this point in the history
  4. fixups

    franziskuskiefer committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9c2a97a View commit details
    Browse the repository at this point in the history