Fix a bad type specification
This commit is contained in:
parent
a11887393f
commit
ae1572bf93
@ -18,8 +18,8 @@
|
|||||||
-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,
|
||||||
{ hs_pattern = noiseNN :: noise_pattern()
|
{ hs_pattern = noiseNN :: noise_pattern()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user