Tags: loucash/enacl
Tags
* Introduce NIF layer beforenm/afternm calls. * Introduce the API for precomputed keys (beforenm/afternm calls). * Use test cases which tries to inject `iodata()` rather than binaries in all places where `iodata()` tend to be accepted. * Fix type for `enacl:box_open/4`. The specification was wrong which results in errors in other applications using enacl.
v0.10.2 Maintenance release. Fix some usability problems with the library. * Do not compile the C NIF code if there are no dirty scheduler support in the Erlang system (Thanks to David N. Welton) * Fix dialyzer warnings (Thanks Anthony Ramine) * Fix a wrong call in the timing code. Luckily, this error has not affected anything as it has only replaced a verification call with one that does not verify. In practice, the timing is roughly the same for both, save for a small constant factor (Thanks to the dialyzer) * Improve documentation around installation/building the software. Hopefully it is now more prominent (Thanks to David N. Welton)