tlverifier
Transparenty Logs Verifier
TLverifier is a tool that verifies the integrity of the logs from the TL-Election. Works with TLmanager.
Installation
pip install tlverifier
Usage
from tlverifier import tlverifier
# obs: using dummy functions
proof = tlverifier.get_dummie_proof() # get proof from the tlmanager
global_root = tlverifier.get_dummie_trusted_global_root() # get trustable root (e.g., from a monitor)
data = tlverifier.get_dummie_data() # get data to verify (e.g., BU)
result = verify_data_entry(proof, global_root, data)