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

shallue_van_de_woestijne rewrite #286

Merged

Commits on Jan 24, 2024

  1. shallue_van_de_woestijne rewrite

    The previous implementation returns an off-curve point for the input t=0.
    
    This rewrite addresses that issue by implicity returning the on-curve point
    (d, sqrt(1 + b)), which is the point that the paper Indifferentiable Hashing
    to Barreto–Naehrig Curves suggests returning in this case.
    
    Note: At the moment it is cryptographically impossible for the input t to be 0.
    roconnor-blockstream committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5d87e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2652224 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b9d335 View commit details
    Browse the repository at this point in the history