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

Faster ECDH #372

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Faster ECDH #372

wants to merge 3 commits into from

Conversation

tomato42
Copy link
Member

@tomato42 tomato42 commented Nov 15, 2019

Use the faster low-level implementation of ECC for ECDHE calculations

We should use the python-ecdsa for parsing now, as it does support X9.62 format, including the compressed point representation, so this is a draft until this happens

see also: #373 and #103

Blocked on tlsfuzzer/python-ecdsa#214 (unblocked now, but we will need new python-ecdsa release to use it)


This change is Reviewable

this is a crude way to use the new features in python-ecdsa,
will need to be reworked later (to use ECDH object)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature to be implemented help wanted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant