FILCAT / pdp

Smart contracts and utilities for Proof of Data Possession
Other
1 stars 0 forks source link

Implemented Merkle proofs and verification #26

Closed anorth closed 1 week ago

anorth commented 1 week ago

The proof verification is adapted from OpenZeppelin libraries, with the hash changed to SHA256. The testing code includes building of trees from an array of roots, which we must replicate off-chain.