quantum-shield 0.3.0

Hybrid post-quantum cryptography: X25519 + ML-KEM-1024 encryption and Ed25519 + ML-DSA-87 signatures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

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

# OS files
.DS_Store
Thumbs.db

# Cargo lock file (for libraries)
Cargo.lock