Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

pylls/balloon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Balloon Build Status GoDoc Coverage Status

A forward-secure append-only persistent authenticated data structure. This is a proof-of-concept implementation, please do not use for anything serious.

Design

Balloon is composed of a history tree (like Certificate Transparency) and a hash treap (think authenticated index). Please read the paper for details. To run and reproduce parts of the benchmark from the paper, see the paper-bench branch.

License

Apache 2.0. The hash treap implementation is based on the treap implementation by Steve Yen under the MIT license.

About

A forward-secure append-only persistent authenticated data structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages