From 2a85e9b8c02e3389199d15ce78b39e4917726304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9n=C3=A9dikt=20Tran?= <10796600+picnixz@users.noreply.github.com> Date: Sun, 12 Jan 2025 11:33:43 +0100 Subject: [PATCH 1/3] Add `@picnixz` to cryptographic primitives code owners. --- .github/CODEOWNERS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9e190d43b28ef9..95bd80e5e4f17b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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* @picnixz # logging **/*logging* @vsajip From 347d3e46dbe0684ef14aa106a3f1855d46e2d420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9n=C3=A9dikt=20Tran?= <10796600+picnixz@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:55:00 +0100 Subject: [PATCH 2/3] Add `@gpshead` to HMAC code owners. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 95bd80e5e4f17b..1abcd455eca11b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -103,7 +103,7 @@ Objects/exceptions.c @iritkatriel Modules/md5* @gpshead @tiran @picnixz **/*blake* @gpshead @tiran @picnixz Modules/_hacl/** @gpshead -**/*hmac* @picnixz +**/*hmac* @gpshead @picnixz # logging **/*logging* @vsajip From 079efff3f22c6b356bf3f6a133041d128da634bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9n=C3=A9dikt=20Tran?= <10796600+picnixz@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:06:38 +0100 Subject: [PATCH 3/3] [empty commit] trigger the CI