summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-05 00:17:55 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-05 00:17:55 +0200
commit6c8799f118e3f4eec444a7087c29f8e506e7aa75 (patch)
tree186d7d1e8aed539cf1d1e3cce9f2b46d550c92fd /include
parent9dc05f0ed8c31ade084712c87417328183c6a658 (diff)
Rename #sth -> #sth_signed and make it private.
Diffstat (limited to 'include')
-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]).