Jesús Pérez 91eefc86fa
Some checks failed
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
chore: upgrade README and add CHANGELOG with production PQC status
- Add badges, competitive comparison, and 30-sec demo to README
  - Add Production Status section showing OQS backend is production-ready
  - Mark PQC KEM/signing operations complete in roadmap
  - Fix GitHub URL
  - Create CHANGELOG.md documenting all recent changes

  Positions SecretumVault as first Rust vault with production PQC.
2026-01-21 10:45:44 +00:00

24 lines
818 B
Markdown

# Architecture Documentation
System design, components, and architectural decisions.
## Contents
- **[Architecture Overview](overview.md)** - High-level system design and components
- **[Complete Architecture](complete-architecture.md)** - Detailed architecture reference document
- **[Architecture Decision Records (ADRs)](adr/)** - Documented architectural decisions with context and rationale
## Architecture Decision Records
Major architectural decisions are documented as ADRs:
- [ADR-001: Real Post-Quantum Cryptography Implementation via OQS Backend](adr/001-post-quantum-cryptography-oqs-implementation.md) (2026-01-17)
See [ADR Index](adr/README.md) for complete list.
## Quick Links
- [Back to Documentation Index](../README.md)
- [User Guide](../user-guide/)
- [Development Guide](../development/)