summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-05 00:19:13 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-05 00:19:13 +0200
commit68ca71b9fe73eab56306aabc0b510c162d839fed (patch)
tree6182e4ca0e2f5087574201d0269778e1b2380de7 /include
parent6c8799f118e3f4eec444a7087c29f8e506e7aa75 (diff)
Make #spt_signed{} private.
Diffstat (limited to 'include')
-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, {