microsoft / CCF

Confidential Consortium Framework
https://microsoft.github.io/CCF/
Apache License 2.0
784 stars 212 forks source link

Provide Python ledger integrity verification #2047

Closed jumaffre closed 3 years ago

jumaffre commented 3 years ago

Now that our Merkle uses SHA-256 hashes, it should be easy enough to reconstruct the Merkle Tree and verify the integrity of the ledger when parsing it in Python.

https://github.com/Tierion/pymerkletools seems to be a good candidate to re-construct the Merkle tree in Python.

achamayou commented 3 years ago

Done in #2193