Cook 0.14.0.
This commit is contained in:
parent
f444d1e4ac
commit
9830068304
@ -1,5 +1,8 @@
|
|||||||
List of people who have contributed to the eNaCl source code:
|
List of people who have contributed to the eNaCl source code:
|
||||||
|
|
||||||
Alexander Færøy
|
Alexander Færøy
|
||||||
|
Amir Ghassemi Nasr
|
||||||
Jesper Louis Andersen
|
Jesper Louis Andersen
|
||||||
|
Joel Stanley
|
||||||
|
Parnell Springmeyer
|
||||||
|
Ricardo Lanziano
|
||||||
|
@ -54,6 +54,13 @@ In general, the primitives provided by NaCl are intermediate-level primitives. R
|
|||||||
|
|
||||||
# Versions
|
# Versions
|
||||||
|
|
||||||
|
### v0.14.0
|
||||||
|
|
||||||
|
* Add support for libsodiums `box_seal` functions (Amir Ghassemi Nasr)
|
||||||
|
* Add support for libsodiums `crypto_sign_detached` (Joel Stanley, Parnell Springmeyer)
|
||||||
|
* Switch the tag names to the form `0.14.0` rather than `v0.14.0`. For this release both tags are present, but
|
||||||
|
from the next release on, it won't be the case.
|
||||||
|
|
||||||
### v0.13.0
|
### v0.13.0
|
||||||
|
|
||||||
* Quell warnings from the C code
|
* Quell warnings from the C code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{application, enacl,
|
{application, enacl,
|
||||||
[
|
[
|
||||||
{description, "Erlang NaCl bindings"},
|
{description, "Erlang NaCl bindings"},
|
||||||
{vsn, "0.13.0"},
|
{vsn, "0.14.0"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib]},
|
{applications, [kernel, stdlib]},
|
||||||
{env, []}
|
{env, []}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user