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

Add support for blake2 #171

Closed
sigmavirus24 opened this issue Apr 19, 2016 · 1 comment
Closed

Add support for blake2 #171

sigmavirus24 opened this issue Apr 19, 2016 · 1 comment

Comments

@sigmavirus24
Copy link
Member

Warehouse is adding support for blake2 pypi/warehouse#1079 the library in question has a C extension so it may be better to make this an optional dependency. Any package without a C extension might be very slow so we might want to find the best one as a recommendation for people who can't use a C extension.

@dstufft
Copy link
Member

dstufft commented Apr 19, 2016

This is live now in Warehouse FWIW.

sigmavirus24 added a commit to sigmavirus24/twine that referenced this issue Aug 3, 2016
Warehouse added support for receiving and validating blake2 256 digests
for a more secure digest computation. If the user installs twine with the
with-blake2 extension, we can generate the hash for them and upload the
package.

Closes pypa#171
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

No branches or pull requests

2 participants