Some tests for cipher_state

This commit is contained in:
Hans Svensson
2018-03-01 11:44:42 +01:00
parent d78c774b55
commit 0d563884eb
4 changed files with 112 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
%%%-------------------------------------------------------------------
%%% @copyright (C) 2018, Aeternity Anstalt
%%%-------------------------------------------------------------------
-module(enoise_tests).
-include_lib("eunit/include/eunit.hrl").
-include("enoise.hrl").
%% connect_test() ->
%% TestProtocol = #noise_protocol{ },
%% {ok, EConn} = enoise:connect("localhost", 7890, [{noise, TestProtocol}, {pre_comm, <<0,0,0,0,2>>}], 1000),
%% enoise:close(EConn).