mahesh pardeshi

mahesh pardeshi

  • NA
  • 37
  • 55.1k

How to generate Merkle hash tree in c#

Sep 23 2011 3:37 PM
Hello friends I want to generate Merkle hash tree of string data in c#.so that I can traverse the tree in any way nfs or bfs.I want to create bottom up approach means if there are 10 strings first calculate hash of each string then combine two hash values & recompute there hash key in this way go up to root of tree.how can I do this in c# It is about MHT not B tree please help me.thanks.