From 9dc05f0ed8c31ade084712c87417328183c6a658 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 4 May 2014 23:58:11 +0200 Subject: Rename spt_on_wire -> spt. --- include/plop.hrl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/plop.hrl') diff --git a/include/plop.hrl b/include/plop.hrl index 8115374..17d81c8 100644 --- a/include/plop.hrl +++ b/include/plop.hrl @@ -16,13 +16,13 @@ }). -type mtl() :: #mtl{}. --record(spt_on_wire, { +-record(spt, { version :: pos_integer(), % uint8 logid :: binary(), % SHA-256 over DER encoded public log key timestamp :: integer(), % uint64 signature :: binary() }). --type spt_on_wire() :: #spt_on_wire{}. +-type spt() :: #spt{}. %% @doc What's signed in an SPT. Used for serialisation before hasning %% and signing. FIXME: Overlapping #spt{} -- merge somehow. -- cgit v1.1