d325ee6a2d07eac3e62380160c0a3a95b137bf88
Reticulum-Go
Warning
This project is still work in progress. Currently not compatible with the Python version.
Reticulum Network implementation in Go 1.25+.
Aiming to be fully compatible with the Python version.
Feel free to join our seperate matrix channel for this implementation.
Usage
Building
Requires Go 1.25+
make install
make build
make run
Experimental Green Tea GC
New GC as of Go 1.25.
See greenteagc github issue for more info.
make build-experimental
Linter
revive -config revive.toml -formatter friendly ./pkg/* ./cmd/* ./internal/*
Cryptographic Libraries
golang.org/x/cryptov0.42.0- Cryptographic primitives
Description