summaryrefslogtreecommitdiff
path: root/include/plop.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/plop.hrl')
-rw-r--r--include/plop.hrl11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/plop.hrl b/include/plop.hrl
index 62793fa..e8247d8 100644
--- a/include/plop.hrl
+++ b/include/plop.hrl
@@ -24,17 +24,6 @@
}).
-type spt() :: #spt{}.
-%% @doc What's signed in an SPT. Used for serialisation before hasning
-%% and signing. FIXME: Overlapping #spt{} -- merge somehow.
--record(spt_signed, {
- version :: pos_integer(),
- signature_type :: signature_type(),
- timestamp :: integer(),
- entry_type :: entry_type(),
- signed_entry :: binary()
- }).
--type spt_signed() :: #spt_signed{}.
-
%% A plop entry with timestamp. Part of the Merkle Tree Leaf
%% structure.
-record(timestamped_entry, {