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

ecdsa: remove SignPrimitive/VerifyPrimitive traits #1020

Merged

Conversation

tarcieri
Copy link
Member

These were removed upstream in RustCrypto/signatures#793.

The ECDSA implementation is fully generic now. These traits were originally for per-curve implementations, but those are no-longer needed.

The upstream implementation now has native support for low-S normalization by way of EcdsaCurve::NORMALIZE_S.

These were removed upstream in RustCrypto/signatures#793.

The ECDSA implementation is fully generic now. These traits were
originally for per-curve implementations, but those are no-longer
needed.

The upstream implementation now has native support for low-S
normalization by way of `EcdsaCurve::NORMALIZE_S`.
@tarcieri tarcieri force-pushed the ecdsa/remove-signprimitive-and-verifyprimitive-traits branch from 5ad0764 to aa8d873 Compare January 18, 2024 01:40
@tarcieri tarcieri merged commit 1e4f274 into master Jan 18, 2024
130 checks passed
@tarcieri tarcieri deleted the ecdsa/remove-signprimitive-and-verifyprimitive-traits branch January 18, 2024 01:52
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.

1 participant