Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Tlog Tiles

A Rust implementation of the C2SP tlog-tiles HTTP wire format for tile-encoded transparency logs.

The Merkle math primitives (Hash, proof builders/verifiers, Subtree) live in the tlog_core crate. The signed-note checkpoint format lives in tlog_checkpoint. This crate is the tile-encoding layer on top of both.

Test

cargo test

Acknowledgements

The project ports code from tlog.

License

The project is licensed under the BSD-3-Clause License.