Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 475 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 475 Bytes

treelog-rs

An append-only versioned log that provides cryptographic validation of entries to detect tampering. The log consists of a Rust implementation of a merkle tree based data structure defined in Efficient Data Structures for Tamper-Evident Logging.




Coming soon:

  • Indexing hints by passing target version, or version range.
  • Customisation of the hashing algorithm used.