From b647e7c6c24bb61eaf4fdc06fd50e20e9219cf88 Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 12 Mar 2025 00:25:39 -0500 Subject: [PATCH] update --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2c9b0ca..673f22e 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,9 @@ # Reticulum-Go -> [!NOTE] -> This is WIP and not ready as of MAR 2025, I am busy but will work on it when I am able to. - -[Reticulum Network](https://github.com/markqvist/Reticulum) implementation in Go. +[Reticulum Network](https://github.com/markqvist/Reticulum) implementation in Go `1.24`. Aiming for full spec compatibility with the Python version 0.9.2. -`Go 1.24.0` - -External Packages: - -- `golang.org/x/crypto` - # Testing ``` @@ -29,6 +20,10 @@ make run revive -config revive.toml -formatter friendly ./pkg/* ./cmd/* ./internal/* ``` +## External Packages + +- `golang.org/x/crypto` - Cryptographic primitives + ## To-Do List ### Core Components (In Progress)