Refactor keypair into separate module enoise_keypair

This commit is contained in:
Hans Svensson
2018-03-08 11:22:00 +01:00
parent dd5200d64f
commit a11887393f
8 changed files with 149 additions and 82 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
-record(enoise, { pid }).
-type noise_key() :: binary().
-type noise_keypair() :: term().
-type noise_keypair() :: enoise_keypair:keypair().
-type noise_options() :: [noise_option()].
-type noise_option() :: {noise, noise_protocol_option()} %% Required