The Wayback Machine - https://web.archive.org/web/20211128050115/https://github.com/topics/merkle-tree
Skip to content
#

merkle-tree

Here are 225 public repositories matching this topic...

vqhuy
vqhuy commented Aug 4, 2017

During our last meeting, we discussed how should the server/the client compute the commitment:

  • Main concern: server is using a static salt which would allow an attacker to test whether keys exist in the tree
    => client sends salt along with the registration
    => need secure PRNG

  • How to ensure the server is using the right commitment scheme? Client should verify with the scheme specified

Improve this page

Add a description, image, and links to the merkle-tree topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the merkle-tree topic, visit your repo's landing page and select "manage topics."

Learn more