Thanks to visit codestin.com Credit goes to github.com
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 9830132 commit eefd4a0Copy full SHA for eefd4a0
.github/CODEOWNERS
@@ -96,13 +96,14 @@ Doc/library/site.rst @FFY00
96
Lib/test/test_except*.py @iritkatriel
97
Objects/exceptions.c @iritkatriel
98
99
-# Hashing
100
-**/*hashlib* @gpshead @tiran
+# Hashing & cryptographic primitives
+**/*hashlib* @gpshead @tiran @picnixz
101
**/*pyhash* @gpshead @tiran
102
-**/sha* @gpshead @tiran
103
-Modules/md5* @gpshead @tiran
104
-**/*blake* @gpshead @tiran
+**/sha* @gpshead @tiran @picnixz
+Modules/md5* @gpshead @tiran @picnixz
+**/*blake* @gpshead @tiran @picnixz
105
Modules/_hacl/** @gpshead
106
+**/*hmac* @gpshead @picnixz
107
108
# logging
109
**/*logging* @vsajip
0 commit comments