Hi ,
Apologies for posting here , had no other way of contacting or asking a question.
I am attempting to recreate a regular merkle tree using smtree in this project
https://github.com/Vee-Emm/smtreeDemo
This is a pymerkle implementation of tree generation .
https://github.com/Vee-Emm/smtreeDemo/blob/master/generateTree.py
However the hashes created from this function prints different values for the internal nodes.
https://github.com/Vee-Emm/smtreeDemo/blob/master/src/main.rs#L112
Are the hashes being created in a different way when using Sparse Merkle tree?
Is there a way to generate a regular MT using the smtree library or if there is an expectation of that being inlcuded in the future . If pointed in the right direction , I can attempt to help contribute towards that effort.
Please do let me know .
Thanks a bunch !
vee-Emm