v0.12.0 - Add new Curve25519 extensions to the API

* Introduce Curve25519 handling.
* Update and bump README.md
* Add contributor file
This commit is contained in:
Jesper Louis Andersen
2015-02-22 15:05:40 +01:00
parent 3f8979ce64
commit 7ba5f9888f
3 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{application, enacl,
[
{description, "Erlang NaCl bindings"},
{vsn, "0.11.0"},
{vsn, "0.12.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []}