enoise/README.md
Hans Svensson 8f3aff4d8b Support {active, true} and {active, once} in gen_tcp-wrapper
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).
2018-03-13 23:22:42 +01:00

15 lines
157 B
Markdown

enoise
=====
An Erlang implementation of the [Noise protocol](https://noiseprotocol.org/)
Build
-----
$ rebar3 compile
Test
----
$ rebar3 eunit