RubyFlow The Ruby and Rails community linklog

Released merkle_tree gem

A merkle_tree is a Ruby implementation of binary tree of one-time signatures known as Merkle tree. You can verify if a message belongs to the tree, update any leaf to create a signature for a new message or expand the tree with new nodes. Enjoy!

Comments

Fantastic to see another merkle tree library. See merkletree https://github.com/openblockchains/merkletree.rb for my humble alternate library that lets you grow money on trees.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in