summaryrefslogtreecommitdiff
path: root/include/plop.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/plop.hrl')
-rw-r--r--include/plop.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plop.hrl b/include/plop.hrl
index 8985e79..b62a04a 100644
--- a/include/plop.hrl
+++ b/include/plop.hrl
@@ -15,14 +15,14 @@
%% get-entries requests and also the input to the hash function for
%% leaf hashes in the tree. RFC 6962 sect 3.4.
-record(mtl, {
- version = ?PLOPVERSION :: pos_integer(),
+ version = ?PLOPVERSION :: non_neg_integer(),
leaf_type = timestamped_entry :: leaf_type(),
entry :: timestamped_entry()
}).
-type mtl() :: #mtl{}.
-record(spt, {
- version :: pos_integer(), % uint8
+ version :: non_neg_integer(), % uint8
logid :: binary(), % SHA-256 over DER encoded public log key
timestamp :: integer(), % uint64
signature :: signature()