* Remove get_stacktrace (deprecated since OTP-24)
* Add DH448 support and switch to crypto:generate_key for DH25519
* Switch to crypto:hash/2 for Blake2b and support Blake2s
* Switch last enacl calls to crypto - no more enacl
* Eqwalizer fixes
Ewqalizer fix
Eqwalizer fix
Eqwalizer fix
Eqwalizer fix
Eqwalizer support
Eqwalizer fix
Fix tests to follow types (remote keys)
* More error handling on setup
* Dialyzer fix
* Write CHANGELOG
* Note about type-checking in README
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).
This will put the control into a (gen_server) process that wraps the functionality in much the same way as ssl does for gen_tcp, etc.
Some features are still missing (like setopts)