From 285c44c882a50cdd43d4734dce2dc7be70329afe Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 21 Apr 2014 13:18:33 +0200 Subject: Build hash trees by appending a leaf at a time. --- README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..56b2680 --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +plop is a public log based on a Merkle tree. It can be used for +implementing Certificate Transparency (RFC 6962). + +The first implementation is in Erlang. The only interface supported +initially is Erlang messages. -- cgit v1.1