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


Compile the application

  $ erl -make

Start the application locally

  $ erl -boot start_sasl -pa ebin -eval "application:start(plop)." -plop Keyfile "src/test/rsakey.pem" -plop Passphrase "sikrit"

Test the application

  [FIXME]