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

std.crypto.sign.ecdsa: add support for incremental signatures #13332

Merged
merged 1 commit into from
Oct 28, 2022

Conversation

jedisct1
Copy link
Contributor

Similar to what was done for EdDSA, allow incremental creation and verification of ECDSA signatures.

Doing so for ECDSA is trivial, and can be useful for TLS as well as the future package manager.

Similar to what was done for EdDSA, allow incremental creation
and verification of ECDSA signatures.

Doing so for ECDSA is trivial, and can be useful for TLS as well
as the future package manager.
@jedisct1 jedisct1 changed the title std.sign.ecdsa: add support for incremental signatures std.crypto.sign.ecdsa: add support for incremental signatures Oct 28, 2022
@jedisct1 jedisct1 added the standard library This issue involves writing Zig code for the standard library. label Oct 28, 2022
@jedisct1
Copy link
Contributor Author

This is not a breaking change. The non-incremental APIs still work the same way.

@jedisct1 jedisct1 merged commit f28e4e0 into ziglang:master Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant