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 Ed25519 signatures to Conscrypt. #1297

Merged
merged 13 commits into from
Jan 29, 2025
Merged

Add Ed25519 signatures to Conscrypt. #1297

merged 13 commits into from
Jan 29, 2025

Conversation

juergw
Copy link
Contributor

@juergw juergw commented Jan 21, 2025

To implement the SignatureSpi, we use the same approach as for Raw ECDSA: we buffer all data from calls to engineUpdate(), and only call NativeCrypto when engineSign or engineVerify is called.

The new key types don't (yet) implement the EdECPublicKey and EdECPrivateKey interfaces.

@prbprbprb prbprbprb merged commit 5473d34 into google:master Jan 29, 2025
38 checks passed
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