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 hash_to_curve method for Edwards curves #596

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jul 24, 2024

  1. add hash_to_curve method for edwards curves

    Signed-off-by: Michael Lodder <[email protected]>
    mikelodder7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d5d842a View commit details
    Browse the repository at this point in the history
  2. conditional compile extra functions

    Signed-off-by: Michael Lodder <[email protected]>
    mikelodder7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2d322fc View commit details
    Browse the repository at this point in the history
  3. fix 32-bit mode, faster reduce wide

    Signed-off-by: Michael Lodder <[email protected]>
    mikelodder7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0ad303a View commit details
    Browse the repository at this point in the history
  4. forgot conditional compile flag

    Signed-off-by: Michael Lodder <[email protected]>
    mikelodder7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d242939 View commit details
    Browse the repository at this point in the history
  5. update README

    Signed-off-by: Michael Lodder <[email protected]>
    mikelodder7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    13e1de6 View commit details
    Browse the repository at this point in the history
  6. update to 4.1.2 and add Default to SubgroupPoint

    Signed-off-by: Michael Lodder <[email protected]>
    mikelodder7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4399a02 View commit details
    Browse the repository at this point in the history
  7. merge in changes from dalek

    Signed-off-by: Michael Lodder <[email protected]>
    mikelodder7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    03eb755 View commit details
    Browse the repository at this point in the history
  8. Update to use feature flag for simd

    Signed-off-by: Michael Lodder <[email protected]>
    mikelodder7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1ff2917 View commit details
    Browse the repository at this point in the history
  9. additional methods for scalar

    Signed-off-by: Michael Lodder <[email protected]>
    mikelodder7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4fb7408 View commit details
    Browse the repository at this point in the history
  10. update version

    Signed-off-by: Michael Lodder <[email protected]>
    mikelodder7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1b2646d View commit details
    Browse the repository at this point in the history