Skip to content

Commit 941690a

Browse files
infamousjoegclaude
andcommitted
Initial commit: Quantum-Safe Mesh Network Implementation
Complete implementation of a quantum-resistant secure communications mesh network featuring: - Post-quantum cryptography integration (Kyber-768 KEM, Dilithium-3 signatures) - Microservices architecture (auth, gateway, backend services) - Kubernetes deployment with Helm charts - AWS infrastructure with Terraform - Comprehensive monitoring and security features - Multi-environment deployment support - Industry-specific implementation examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
0 parents  commit 941690a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+10708
-0
lines changed

.claude/settings.local.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(go mod init:*)",
5+
"Bash(mkdir:*)",
6+
"Bash(go mod:*)",
7+
"Bash(go build:*)",
8+
"Bash(chmod:*)",
9+
"Bash(go doc:*)",
10+
"Bash(go list:*)",
11+
"Bash(go run:*)",
12+
"Bash(make:*)",
13+
"Bash(timeout:*)",
14+
"Bash(/dev/null)",
15+
"Bash(./scripts/deploy.sh:*)",
16+
"Bash(./scripts/aws-deploy.sh:*)",
17+
"Bash(go fmt:*)",
18+
"Bash(go test:*)",
19+
"Bash(terraform fmt:*)",
20+
"Bash(git init:*)",
21+
"Bash(git add:*)"
22+
],
23+
"deny": [],
24+
"ask": []
25+
}
26+
}

0 commit comments

Comments
 (0)