We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06de1ae commit 3239cf1Copy full SHA for 3239cf1
1 file changed
.github/CODEOWNERS
@@ -11,14 +11,17 @@
11
**/*genobject* @1st1
12
13
# Hashing
14
-**/*hashlib* @tiran
15
-**/*pyhash* @tiran
+**/*hashlib* @python/crypto-team
+**/*pyhash* @python/crypto-team
16
17
# Import (including importlib)
18
**/*import* @python/import-team
19
20
# SSL
21
-**/*ssl* @tiran
+**/*ssl* @python/crypto-team
22
+
23
+# CSPRNG
24
+Python/bootstrap_hash.c @python/crypto-team
25
26
# Email and related
27
**/*mail* @bitdancer
0 commit comments