Fix a bad type specification

This commit is contained in:
Hans Svensson 2018-03-08 11:22:19 +01:00
parent a11887393f
commit ae1572bf93

View File

@ -18,7 +18,7 @@
-export([to_name/4]). -export([to_name/4]).
-endif. -endif.
-type noise_pattern() :: nn | xk. -type noise_pattern() :: nn | kn | nk | kk | nx | kx | xn | in | xk | ik | xx | ix.
-type noise_msg() :: {in | out, [enoise_hs_state:noise_token()]}. -type noise_msg() :: {in | out, [enoise_hs_state:noise_token()]}.
-record(noise_protocol, -record(noise_protocol,