Skip to content

Conversation

boorad
Copy link
Collaborator

@boorad boorad commented Nov 30, 2024

This PR adds ed25519 and friends in a nitro object. It's not Node-compatible yet, but ready for certain use cases.

Functions implemented:

  • generateKeyPair() & generateKeyPairSync()
  • sign() & signSync()
  • verify() & verifySync()

Also, because I'm a psycho, there's another rewrite to the benchmark rig. This time I punted the hard stuff to tinybench like I should have originally.

Bumps OpenSSL to 3.3.2 on Android

@boorad boorad self-assigned this Nov 30, 2024
github-actions[bot]

This comment was marked as outdated.

github-actions[bot]

This comment was marked as outdated.

@boorad
Copy link
Collaborator Author

boorad commented Dec 2, 2024

ios 🚀

Screenshot 2024-12-02 at 9 43 53 PM

@boorad
Copy link
Collaborator Author

boorad commented Dec 3, 2024

android 🚀

Screenshot 2024-12-02 at 11 25 57 PM

@boorad boorad requested a review from mrousavy December 3, 2024 04:37
Copy link
Member

@mrousavy mrousavy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Nice work Brad. Left a few comments

@boorad boorad merged commit 3252011 into main Dec 3, 2024
7 checks passed
@boorad boorad deleted the feat/ed25519 branch December 3, 2024 13:34
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.

2 participants