summaryrefslogtreecommitdiff
path: root/README
blob: d90daca3859ce5d78fb879aae3f044bbc7f8cc2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.

Requires Erlang/OTP 17 [erts-6.0] or later.

Compile the application

  $ make

Run tests

  $ make check