summaryrefslogtreecommitdiff
path: root/src/plop.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-02-07 14:51:24 +0100
committerLinus Nordberg <linus@nordu.net>2017-02-07 14:51:24 +0100
commit1c348ba24f38bed924a45d945c052fb1ccc29780 (patch)
treedffd2095bdc8f7f016235d4a0a4d92eb86d9cca0 /src/plop.erl
parent0c50a66694fb55ca39397c6bfa2218597d856c66 (diff)
Parallelised merge, sth phase.
Diffstat (limited to 'src/plop.erl')
-rw-r--r--src/plop.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plop.erl b/src/plop.erl
index fcc964b..8ce3186 100644
--- a/src/plop.erl
+++ b/src/plop.erl
@@ -24,7 +24,7 @@
%% API.
-export([initsize/0]).
--export([get_logid/0, serialise/1]).
+-export([get_logid/0, serialise/1, signature_type/1]).
-export([add/3, sth/0, get/1, get/2, spt/1, consistency/2, inclusion/2, inclusion_and_entry/2]).
-export([generate_timestamp/0, save_sth/1, verify_sth/4]).
-export([get_by_leaf_hash/1, entry_for_leafhash/1]).