fairDataSociety / beeson

blockchain-verifiable, extensible encapsulation for schema-based object notation in Swarm
5 stars 3 forks source link

feat: support inclusion proofs #10

Open nugaon opened 1 year ago

nugaon commented 1 year ago

The 0.1.0 BeeSon serialization format already supports inclusion proofs on its values, but there is no any helper function/method to gather the required segments of a BMT at a BeeSon value.

Because of this, a helper function/method is needed which gives back all necessary data/attribute for a cheap BMT inclusion proof of a given BeeSon value.