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

Rename Curve25519 to X25519 #4012

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Rename Curve25519 to X25519 #4012

merged 2 commits into from
Apr 17, 2024

Commits on Apr 12, 2024

  1. Rename Curve25519 to X25519

    This better matches modern usage.
    
    The old name is still accepted as an input (OID::from_name,
    create_private_key, etc)
    randombit committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a7d0ae6 View commit details
    Browse the repository at this point in the history
  2. Remove X25519 scalar mult test

    This was equivalent in operation to the standard X25519 key agreement
    test, just in a different format. Move the test data there.
    randombit committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    81db0c6 View commit details
    Browse the repository at this point in the history