Initial commit: waste-go skeleton

Ed25519/X25519/ChaCha20-Poly1305 crypto, peer handshake, mesh state,
IPC server, relay server, and NAT stub. Builds clean on Go 1.22+.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Fredrik Johansson
2026-06-21 16:14:07 +02:00
commit b3a4af15ca
16 changed files with 1566 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/waste-go
go 1.22
require (
github.com/google/uuid v1.6.0
golang.org/x/crypto v0.24.0
)
require golang.org/x/sys v0.21.0 // indirect