From 68ca71b9fe73eab56306aabc0b510c162d839fed Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 5 May 2014 00:19:13 +0200 Subject: Make #spt_signed{} private. --- include/plop.hrl | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include/plop.hrl') 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, { -- cgit v1.1