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

@tomato42 tomato42 added the enhancement new feature to be implemented label Nov 15, 2019
@tomato42 tomato42 force-pushed the fast-ecdh branch 2 times, most recently from 7a76522 to 56e7157 Compare November 16, 2019 17:03
@tomato42 tomato42 force-pushed the fast-ecdh branch 4 times, most recently from 4f37dc0 to 90eee67 Compare December 2, 2019 20:16
@tomato42 tomato42 force-pushed the fast-ecdh branch 2 times, most recently from 64db9ee to f944131 Compare December 16, 2019 16:21
@tomato42 tomato42 force-pushed the fast-ecdh branch 2 times, most recently from f129cae to 47db372 Compare January 2, 2020 13:59
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.

1 participant