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

k256: make SigningKey a newtype of SecretKey #242

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Dec 3, 2020

The SecretKey type wraps up a lot of the concerns of secret key management, including encoding/decoding, computing public keys, and zeroization.

The `SecretKey` type wraps up a lot of the concerns of secret key
management, including encoding/decoding, computing public keys, and
zeroization.
@tarcieri tarcieri force-pushed the k256/ecdsa-secret-key-newtype branch from 382a5b6 to bc4d104 Compare December 3, 2020 17:34
@tarcieri tarcieri merged commit fb69dd8 into master Dec 3, 2020
@tarcieri tarcieri deleted the k256/ecdsa-secret-key-newtype branch December 3, 2020 17:46
@tarcieri tarcieri mentioned this pull request Dec 6, 2020
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