1
0
forked from QPQ-AG/enoise

More tests

This commit is contained in:
Hans Svensson
2018-03-02 14:25:18 +01:00
parent 4d2af24250
commit 4414c0d7a2
3 changed files with 27 additions and 6 deletions
+1 -4
View File
@@ -8,10 +8,7 @@
-include("enoise.hrl").
noise_XK_25519_ChaChaPoly_Blake2b_test() ->
Protocol = #noise_protocol{ hs_pattern = noiseXK
, dh = dh25519
, cipher = 'ChaChaPoly'
, hash = blake2b },
Protocol = enoise_protocol:from_name("Noise_XK_25519_ChaChaPoly_Blake2b"),
SSE0 = enoise_sym_state:init(Protocol),
SSD0 = enoise_sym_state:init(Protocol),