This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| PixelEncoder v6.2 (Post-Quantum Edition - OQS) | |
| Compliance: | |
| - FIPS 203 (ML-KEM-768) via liboqs-python | |
| - AES-256-GCM for symmetric payload encryption | |
| - PEP 585/604 (Modern Typing) | |
| Changes in v6.2: |