mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Update cryptographic primitives code owners. (#128747)
This commit is contained in:
parent
98301326e4
commit
eefd4a0bc7
1 changed files with 6 additions and 5 deletions
11
.github/CODEOWNERS
vendored
11
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue