-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
18 lines (14 loc) · 832 Bytes
/
CODEOWNERS
File metadata and controls
18 lines (14 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Default owner — every PR gets a review request from the maintainer.
* @systemslibrarian
# Wire format is the source of truth. Spec changes get extra scrutiny.
/spec/ @systemslibrarian
/SPEC-CHECKLIST.md @systemslibrarian
# Cryptographic primitives and the recipient-trial loop.
/src/PostQuantum.FileFormat/Crypto/ @systemslibrarian
/src/PostQuantum.FileFormat/File/ @systemslibrarian
# Test vectors are the conformance contract. Treat carefully.
/test-vectors/ @systemslibrarian
/tests/PostQuantum.FileFormat.TestVectors/ @systemslibrarian
# CI, supply-chain, and release surface.
/.github/ @systemslibrarian
/scripts/ @systemslibrarian