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

feat: subtle.sign() & verify() support for ECDSA #290

Merged
merged 6 commits into from
Jun 19, 2024

Conversation

boorad
Copy link
Collaborator

@boorad boorad commented Apr 29, 2024

This adds subtle.sign() and subtle.verify() support for ECDSA and a corresponding test.

Note: #136 is for main crypto calls, not subtle, and it will require a separate effort.

fixes #289

@boorad boorad self-assigned this Apr 29, 2024
@boorad boorad changed the title feat: subtle.sign support for ecdsa feat: subtle.sign support for ECDSA Apr 29, 2024
@boorad boorad marked this pull request as draft May 6, 2024 19:43
@boorad boorad changed the title feat: subtle.sign support for ECDSA feat: subtle.sign() & verify() support for ECDSA Jun 12, 2024
@boorad
Copy link
Collaborator Author

boorad commented Jun 19, 2024

290_tests_before
290_tests_after

@boorad boorad marked this pull request as ready for review June 19, 2024 09:08
@boorad boorad merged commit a16f8a6 into margelo:main Jun 19, 2024
5 checks passed
@boorad boorad deleted the feat/subtlesign-support branch June 19, 2024 09:10
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.

subtle.sign support
1 participant