summaryrefslogtreecommitdiff
path: root/src/plop.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/plop.hrl')
-rw-r--r--src/plop.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plop.hrl b/src/plop.hrl
index 2e0d436..e388b6f 100644
--- a/src/plop.hrl
+++ b/src/plop.hrl
@@ -7,7 +7,7 @@
%% Signed tree head
%% {Treesize, Timestamp, Roothash, Signature}
--type sth() :: tuple(integer(), integer(), binary(), signature()).
+-type sth() :: {integer(), integer(), binary(), signature()}.
%% RFC 5246 7.4.1.4.1
-type hash_alg_type() :: none | md5 | sha1 | sha224 | sha256 | sha384 |