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

Add inverse Elligator2 mapping to Curve25519. #357

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

Commits on Jun 20, 2021

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

Commits on Jun 23, 2021

  1. Optimize elligator_decode by avoiding one square root.

    The result of the sqrt(2u(u+A)) test can be used directly to compute
    the final field element. This optimization was adapted from Loup
    Vaillant's Monocypher library.
    lealanko committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    52fcefa View commit details
    Browse the repository at this point in the history