summaryrefslogtreecommitdiff
path: root/include/plop.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/plop.hrl')
-rw-r--r--include/plop.hrl12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/plop.hrl b/include/plop.hrl
index 17d81c8..62793fa 100644
--- a/include/plop.hrl
+++ b/include/plop.hrl
@@ -51,16 +51,4 @@
}).
-type plop_entry() :: #plop_entry{}.
-%% @doc The parts of an STH which is to be signed. Used as the
-%% interface to plop:sth/1, for testing. Should probably be internal
-%% to plop, if that can be arranged wrt testing.
--record(sth, {
- version = 1 :: pos_integer(),
- signature_type :: signature_type(),
- timestamp = now :: 'now' | integer(),
- tree_size :: integer(),
- root_hash :: binary() % SHA-256
- }).
--type sth() :: #sth{}.
-
-export_type([timestamped_entry/0, mtl/0, entry_type/0]).