This Pr changes the rust Merkle tree implementation from a md5 hash to a blake3 hash and implements the same Merkle tree logic inside of python. It also showcases the use of the two implementations together.
To run the interaction example:
run cargo run -p tig-utils
Copy over the serialized strings from the output into the python main file
install python dependencies using pip install -r requirements.txt
This Pr changes the rust Merkle tree implementation from a md5 hash to a blake3 hash and implements the same Merkle tree logic inside of python. It also showcases the use of the two implementations together.
To run the interaction example:
cargo run -p tig-utils
pip install -r requirements.txt
python main.py
inside the tig-utils directory