8d7f86e15ac1a31e11231a1796cc1bd8be32b2fd
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