pylls / balloon

A forward-secure append-only persistent authenticated data structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 100.0%