Update cryptographic primitives code owners. (#128747)

This commit is contained in:
Bénédikt Tran 2025-01-14 10:16:43 +01:00 committed by GitHub
parent 98301326e4
commit eefd4a0bc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
.github/CODEOWNERS vendored
View file

@ -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