From 015a3c8d9a8261c7c84894e11d0485effcb95748 Mon Sep 17 00:00:00 2001 From: p4u Date: Wed, 6 Nov 2024 09:48:40 +0100 Subject: [PATCH] update README archive notice Signed-off-by: p4u --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d9648..684630a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > *arbo*: tree in Esperanto. -**Note**: This Go module has moved to the `arbo` package under https://github.com/vocdoni/vocdoni-node. See https://github.com/vocdoni/vocdoni-node/pull/779. The repository remains archived to not lose information and not confuse any contributors. +**Note**: There is a fork of this Go module as the `tree/arbo` package under https://github.com/vocdoni/vocdoni-node. The fork is modified so the tree does not store the orphan nodes and remains as small as the last state. This version of the tree will store all historical nodes, which depending on the use case can be useful or not. MerkleTree implementation in Go. Compatible with the circomlib implementation of the MerkleTree. Specification: https://docs.iden3.io/publications/pdfs/Merkle-Tree.pdf and https://eprint.iacr.org/2018/955.