summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 447b4ef08b..6cda5a0f76 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -11,14 +11,17 @@
**/*genobject* @1st1
# Hashing
-**/*hashlib* @tiran
-**/*pyhash* @tiran
+**/*hashlib* @python/crypto-team
+**/*pyhash* @python/crypto-team
# Import (including importlib)
**/*import* @python/import-team
# SSL
-**/*ssl* @tiran
+**/*ssl* @python/crypto-team
+
+# CSPRNG
+Python/bootstrap_hash.c @python/crypto-team
# Email and related
**/*mail* @bitdancer