Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8849e5962ba481d5d414b3467a256aba2134b4da
/
Modules
/
_blake2
/
impl
b27cbec
bpo-37055: fix warnings in _blake2 module (GH-14646)
by Inada Naoki
· 5 years ago
d8b7551
bpo-33164: blake2 fix for HP-UX (GH-13633)
by David Carlier
· 5 years ago
51aa35e
bpo-33164: update blake2 implementation (GH-6286)
by David Carlier
· 5 years ago
388cd85
Remove nested comments in blake2 (#4173)
by Lars Viklund
· 7 years ago
5940c53
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
by Christian Heimes
· 8 years ago
dfb9ef1
blake2: silence two more warnings on platforms with size_t < uint64_t. Don't use SSE2 when cross-compiling
by Christian Heimes
· 8 years ago
dc5a3fe
Issue #26798: for loop initial declarations, take 3
by Christian Heimes
· 8 years ago
9c2f304
Issue #26798: for loop initial declarations, take 2
by Christian Heimes
· 8 years ago
87bf0fe
Issue #26798: for loop initial declarations are only allowed in C99 or C11 mode
by Christian Heimes
· 8 years ago
121b948
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
by Christian Heimes
· 8 years ago