Some tests for cipher_state
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user