
In the implemented TCP-wrapper (enoise_connection) we now properly support {active, true} and {active, once} and switching between them (previously no switching was supported).
15 lines
157 B
Markdown
15 lines
157 B
Markdown
enoise
|
|
=====
|
|
|
|
An Erlang implementation of the [Noise protocol](https://noiseprotocol.org/)
|
|
|
|
Build
|
|
-----
|
|
|
|
$ rebar3 compile
|
|
|
|
Test
|
|
----
|
|
|
|
$ rebar3 eunit
|