This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
069306312addf87252e2dbf250fc7632fc8b7da3
cpython
/
Modules
/
_blake2
History
Serhiy Storchaka
228b12edcc
Issue
#28999
: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
...
possible. Patch is writen with Coccinelle.
2017-01-23 09:47:21 +02:00
..
clinic
…
impl
Issue
#26798
: Coverity complains about potential memcpy() of overlapped regions. It doesn't hurt to use memmove() here. CID 1372514 / CID 1372515. Upstream
https://github.com/BLAKE2/BLAKE2/issues/32
2016-09-08 13:40:25 +02:00
blake2b2s.py
…
blake2b_impl.c
Issue
#28999
: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
2017-01-23 09:47:21 +02:00
blake2module.c
…
blake2ns.h
…
blake2s_impl.c
Issue
#28999
: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
2017-01-23 09:47:21 +02:00