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

elliptic-curve: fix FieldBytesEncoding ranges #1287

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

wangwillian0
Copy link
Contributor

This should fix methods like SecretKey::from_slice for curves where the number of bytes in their internal representation is larger than it's modulus (e.g. NIST P224)

@tarcieri tarcieri merged commit e8804f6 into RustCrypto:master Apr 3, 2023
@tarcieri
Copy link
Member

tarcieri commented Apr 3, 2023

Thank you!

@tarcieri tarcieri mentioned this pull request Apr 5, 2023
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