- 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.
24 lines
818 B
Markdown
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/)
|