Skip to content
forked from pylls/balloon

A forward-secure append-only persistent authenticated data structure

License

Notifications You must be signed in to change notification settings

patrickToca/balloon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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

  • Go 100.0%