summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>2025-01-14 09:16:43 (GMT)
committerGitHub <noreply@github.com>2025-01-14 09:16:43 (GMT)
commiteefd4a0bc764c0272c560f26dd10fb8fba0fb7d4 (patch)
tree8f7d931382d95d41d009a7c8db70be453eb460f3
parent98301326e4de507ae507b7c8eed76b964e4a2afc (diff)
downloadcpython-eefd4a0bc764c0272c560f26dd10fb8fba0fb7d4.zip
cpython-eefd4a0bc764c0272c560f26dd10fb8fba0fb7d4.tar.gz
cpython-eefd4a0bc764c0272c560f26dd10fb8fba0fb7d4.tar.bz2
Update cryptographic primitives code owners. (#128747)
-rw-r--r--.github/CODEOWNERS11
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 9e190d4..1abcd45 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