From 429669cb53675a890dcde2de9e6cd94b816e6180 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Mon, 14 Nov 2022 09:25:21 -0800 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c453d8..81a69e3 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,10 @@ npm test - Yes, see [merkletreejs-cli](https://github.com/miguelmota/merkletreejs-cli). +- Q: Is there a way to visualize the merkle trees in the browser? + + - Yes, see [merkletree-viz](https://github.com/miguelmota/merkletree-viz). + ## Notes As is, this implemenation is vulnerable to a [second pre-image attack](https://en.wikipedia.org/wiki/Merkle_tree#Second_preimage_attack). Use a difference hashing function for leaves and nodes, so that `H(x) != H'(x)`.