Commit Graph

10 Commits

Author SHA1 Message Date
Hans Svensson 2b5f08e156 Ditch enacl, support DH448 and Blake2s, and fix types (#14)
* 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
2025-03-30 05:02:35 +09:00
Hans Svensson 7c7ad54a6a Improve type specs 2019-01-28 15:05:21 +01:00
Hans Svensson 8d47669d68 More documentation and some cleanup 2018-03-08 12:07:00 +01:00
Hans Svensson ae1572bf93 Fix a bad type specification 2018-03-08 11:22:19 +01:00
Hans Svensson 9f2faa3caf Add enoise_protocol:supported()
It returns a map describing what is supported…
2018-03-07 14:26:23 +01:00
Hans Svensson d81f1eb32e Introduce enoise_connection
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)
2018-03-06 16:19:25 +01:00
Hans Svensson 0d38f56d6a Add more patterns kk, nx, xn, in, ik, xx, and ix 2018-03-06 10:35:40 +01:00
Hans Svensson b1d63ad3b9 Refactored + added some test vector support 2018-03-06 10:06:03 +01:00
Hans Svensson 4d2af24250 All crypto and top level in place
Limited support for protocols, virtually no error handling
2018-03-02 14:24:59 +01:00
Hans Svensson d0723eb247 Symmetric state layer 2018-03-01 21:49:22 +01:00