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

Support for 25519 algos #4556

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

McMastS
Copy link
Contributor

@McMastS McMastS commented Feb 18, 2025

What?

Adds support for Ed25519 and X25519 algorithms in K6's webcrypto offering.

This PR is still in draft, and I will add the following as I have time:

  • Ed25519 key generation
  • Ed25519 signing
  • Ed25519 verifying
  • Ed25519 export
  • Ed25519 import
  • X25519 key generation
  • X25519 derive bits
  • X25519 import
  • X25519 export
  • See if I can help look into why the Webcrypto tests don't fail properly
  • Example scripts

Why?

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

Closes #4263

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Ed(X)25519
1 participant