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

Use native implementation of HMAC #420

Open
tomato42 opened this issue Sep 24, 2020 · 0 comments
Open

Use native implementation of HMAC #420

tomato42 opened this issue Sep 24, 2020 · 0 comments
Labels
enhancement new feature to be implemented help wanted

Comments

@tomato42
Copy link
Member

The built-in hmac module in python performs the initialisation of the HMAC in pure python code. Implement an abstraction layer that uses m2crypto or pyca/cryptography as the concrete implementation. That should speed up handshaking and CBC ciphers a bit.

@tomato42 tomato42 added enhancement new feature to be implemented help wanted good first issue relatively simple changes, good for first time contributors labels Sep 24, 2020
@tomato42 tomato42 added this to the someday/future milestone Sep 24, 2020
@tomato42 tomato42 removed the good first issue relatively simple changes, good for first time contributors label Oct 18, 2020
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

No branches or pull requests

1 participant