456a95d569d13f94cf7eb994f79c903f359a734a
Reticulum-Go
Warning
This project is still work in progress. Currently not compatible with the Python version.
Reticulum Network implementation in Go 1.24+.
Aiming to be fully compatible with the Python version.
Feel free to join our seperate matrix channel for this implementation.
Usage
Binaries
Building
Requires Go 1.25+
make install
make build
make run
Experimental greenteagc
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