]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update cryptographic primitives code owners. (#128747)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 14 Jan 2025 09:16:43 +0000 (10:16 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Jan 2025 09:16:43 +0000 (11:16 +0200)
.github/CODEOWNERS

index 9e190d43b28ef9573aadfe0f1ed33801a79e7b0f..1abcd455eca11be520bec7e3ad18be12f99b67f1 100644 (file)
@@ -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