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

secp256r1 point compression and decompression #63

Merged
merged 14 commits into from
Dec 7, 2019

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Dec 7, 2019

Implements the necessary field arithmetic to support these operations.

Copy link
Member

@tarcieri tarcieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't say I've thoroughly assessed the correctness of the field arithmetic here. I will try to get some other people to take a look at it.

@tarcieri tarcieri merged commit df963f2 into RustCrypto:master Dec 7, 2019
@str4d str4d deleted the p256 branch December 7, 2019 22:51
@tarcieri tarcieri mentioned this pull request Dec 11, 2019
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Jan 6, 2020
Imports point compression and decompression arithmetic originally from
this pull request:

RustCrypto/signatures#63
@tarcieri tarcieri mentioned this pull request Mar 8, 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.

2 participants