qssh 0.1.0

Post-quantum secure shell with NIST PQC algorithms (Falcon, SPHINCS+, ML-KEM), configurable security tiers, and quantum-resistant protocol design
Documentation
# Rust
/target
**/*.rs.bk
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Keys and certificates
*.key
*.pem
*.pub
id_qssh*
!*.pub.example

# Logs
*.log

# Config files with secrets
config.toml
!example-config.toml

# Test artifacts
test_*.sh
temp_*

# Build artifacts
*.so
*.dylib
*.dll