cbergoon / merkletree

A Merkle Tree implementation written in Go.
MIT License
491 stars 126 forks source link

support merkle btree #8

Open bradyjoestar opened 5 years ago

bradyjoestar commented 5 years ago

Hi I am recently use merkle btree but I didn't find any implement on github.

Could I support it here instead of creating a new repo? :-)

Thanks!

cbergoon commented 5 years ago

@bradyjoestar Sorry I didn't get to this in time... If you can explain a little more of how this would fit into the project I could answer.

-C

bradyjoestar commented 5 years ago

I'd like to create two seperate file named merkle_btree.go and merkle_btree_test.go without changing any existing file. :-) @cbergoon

cbergoon commented 5 years ago

@bradyjoestar I am open to the idea - I would like for the APIs across the two to be as consistent as possible though. If you want to submit a PR I would be happy to review.

Cam

bradyjoestar commented 5 years ago

sure! I'm recently focusing on libos in the intel-sgx, and I will complete it when I am free:smile:

cbergoon commented 5 years ago

Sounds like a plan!

Cam