From: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:16:43 +0000 (+0100) Subject: Update cryptographic primitives code owners. (#128747) X-Git-Tag: v3.14.0a4~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eefd4a0bc764c0272c560f26dd10fb8fba0fb7d4;p=thirdparty%2FPython%2Fcpython.git Update cryptographic primitives code owners. (#128747) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9e190d43b28e..1abcd455eca1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -96,13 +96,14 @@ Doc/library/site.rst @FFY00 Lib/test/test_except*.py @iritkatriel Objects/exceptions.c @iritkatriel -# Hashing -**/*hashlib* @gpshead @tiran +# Hashing & cryptographic primitives +**/*hashlib* @gpshead @tiran @picnixz **/*pyhash* @gpshead @tiran -**/sha* @gpshead @tiran -Modules/md5* @gpshead @tiran -**/*blake* @gpshead @tiran +**/sha* @gpshead @tiran @picnixz +Modules/md5* @gpshead @tiran @picnixz +**/*blake* @gpshead @tiran @picnixz Modules/_hacl/** @gpshead +**/*hmac* @gpshead @picnixz # logging **/*logging* @vsajip