You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Implement PQC (post-quantum cryptography) hybrid signature mechanisms for verifiable receipts and evidence chains, per patent claims #12 & #15. Ensure that new and existing audit logs and confirmation receipts are cryptographically signed with both a classical and PQC algorithm. Prepare all cryptosignature modules to be easily updated as NIST algorithms standardize.
Core Implementation
Integrate liboqs-python or pqcrypto for Falcon or Dilithium signatures alongside classical (RSA/Ed25519)
Implement dual-signing modules in security/pqc_signer.py and update all crypto-receipt paths
Add test vectors and cryptographic audit logging
Provide detailed documentation on hybridization mechanisms, reasoning, and upgradability
Acceptance Criteria
PQC-enhanced receipt/log system passes security review