This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-18 10:24:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4cf7e482a0c54bbdb243c008cc376a5cd8eb7303
cpython
/
Modules
/
_blake2
T
History
Christian Heimes
dfb9ef1357
blake2: silence two more warnings on platforms with size_t < uint64_t. Don't use SSE2 when cross-compiling
2016-09-07 11:39:21 +02:00
..
clinic
…
impl
blake2: silence two more warnings on platforms with size_t < uint64_t. Don't use SSE2 when cross-compiling
2016-09-07 11:39:21 +02:00
blake2b2s.py
…
blake2b_impl.c
Silence two warnings in blake2. key_length is between 0 and 64 (block size).
2016-09-07 02:49:11 +02:00
blake2module.c
…
blake2ns.h
…
blake2s_impl.c
Silence two warnings in blake2. key_length is between 0 and 64 (block size).
2016-09-07 02:49:11 +02:00