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>
11 lines
155 B
Modula-2
11 lines
155 B
Modula-2
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
|