]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Silence two warnings in blake2. key_length is between 0 and 64 (block size).
authorChristian Heimes <christian@python.org>
Wed, 7 Sep 2016 00:49:11 +0000 (02:49 +0200)
committerChristian Heimes <christian@python.org>
Wed, 7 Sep 2016 00:49:11 +0000 (02:49 +0200)
commitcc554b65f18d7585203e5f225cfcbe3c04f1359b
treebf0c92e220713337a8090d4cb18bd043bb70b4fb
parent32a2ceead7ad86c1641f24b710c4d4683c1e98f3
Silence two warnings in blake2. key_length is between 0 and 64 (block size).
Modules/_blake2/blake2b_impl.c
Modules/_blake2/blake2s_impl.c