Jesper Louis Andersen
5210099e53
Update the changelog with the new stuff
2018-05-21 17:41:12 +02:00
Jesper Louis Andersen
2f1e1fa7b6
Provide a proper changelog
2018-05-21 13:45:59 +02:00
Jesper Louis Andersen
b9b6f7db11
Correct link in README. Closes #30 .
2018-05-21 12:08:52 +02:00
Irina Guberman
bd80d1d79d
Add make eqc_mini_run and eqc_run instructions to README
2017-08-17 23:50:01 -05:00
Jesper Louis Andersen
61be95caad
Bump version to 0.16.0
2017-03-25 23:25:25 +01:00
Jesper Louis Andersen
ec60a63874
Update README.md with the new stuff which has been added since 0.15.0
2017-03-19 19:14:10 +01:00
Jesper Louis Andersen
2b8052a09a
Reindent file to 80 columns. New random section.
...
From now, use the `rand` module of Erlang for all your random needs.
It is good enough now it uses an XORshift variant.
2017-03-19 19:06:25 +01:00
Geller Bedoya
32fb4ae148
Updated http url in README.md to https
2016-06-20 18:10:48 -07:00
Jesper Louis Andersen
01526484f2
Update the README file with version 0.15.0
2015-08-29 22:17:13 +02:00
Jesper Louis Andersen
8c31db792b
Update the README.md file.
2015-08-29 21:28:27 +02:00
Jesper Louis Andersen
310bb3cc77
Remove the mention of the timing module.
...
We have a better way to handle this. So we are going to handle it in a better way, by
simply making the direct solution: Fix the crap by using DTrace.
2015-08-29 20:53:43 +02:00
Jesper Louis Andersen
a58ab2c193
Update the README.md file.
2015-08-23 21:55:30 +02:00
Jesper Louis Andersen
9830068304
Cook 0.14.0.
2015-08-14 22:11:45 +02:00
Jesper Louis Andersen
89e28feab8
Bump version to 0.13.0.
2015-05-11 18:25:31 +02:00
Jesper Louis Andersen
2979503a7f
Fix the missing priv
directory.
2015-03-11 13:41:53 +01:00
Jesper Louis Andersen
4a523e3b0b
Name correct Alex :)
2015-02-24 00:09:56 +01:00
Jesper Louis Andersen
7ba5f9888f
v0.12.0 - Add new Curve25519 extensions to the API
...
* Introduce Curve25519 handling.
* Update and bump README.md
* Add contributor file
2015-02-22 15:05:40 +01:00
Jesper Louis Andersen
50b0058335
Improve the documentation of the project.
...
Go over the README file, and improve its contents. Add a Usage/hints section
with some helpful hints on how to use the library in turn. Also while here, make
sure that `rebar doc` works as expected and fix every documentation bug in
the EDoc sections, so it compiles and works. Verify the documentation output
is nice-looking while at it.
2014-12-18 09:28:00 +01:00
Jesper Louis Andersen
159e8f6750
Introduce precomputed keys API.
...
This patch implements beforenm/afternm calls from NaCl for `box` style
crypto. It's main advantage is way faster computations, since it avoids
recomputing in the elliptic curve for every message.
While here, bump the version to v0.11.0 as new functionality was added.
2014-12-17 17:12:29 +01:00
Jesper Louis Andersen
f2da7b014b
Update changelog.
2014-12-17 16:17:43 +01:00
Jesper Louis Andersen
cf08e5446f
Fix a type -spec.
2014-12-16 16:55:45 +01:00
Jesper Louis Andersen
ad663d5c9c
Improve wording a bit in the requirements section.
2014-12-16 15:27:38 +01:00
Jesper Louis Andersen
45cc6a3fa4
Hello v0.10.2
2014-12-16 15:24:15 +01:00
Jesper Louis Andersen
9b6a45a0c1
Improve documentation and write a changelog for 0.10.1
...
Thanks to David N. Welton.
2014-12-16 15:17:31 +01:00
Jesper Louis Andersen
fd9f421621
Introduce enacl:randombytes/1
.
2014-12-09 00:33:55 +01:00
Jesper Louis Andersen
6d37abd76a
Remove a section that has *already* been implemented
2014-12-01 15:38:05 +01:00
Jesper Louis Andersen
2a5a62f3dd
Add a missing word in the README.md file.
2014-12-01 14:14:38 +01:00
Jesper Louis Andersen
f92732f512
I knew I had forgotten someone.
...
Rickard Green has been instrumental in Dirty Schedulers as well. Lets add him
(gentle poke by @vinoski).
2014-11-29 21:47:03 +01:00
Jesper Louis Andersen
2e97717558
Improve README.md wording.
2014-11-29 17:32:30 +01:00
Jesper Louis Andersen
a03614c268
Add this under an MIT license.
2014-11-29 17:21:34 +01:00
Jesper Louis Andersen
ee2624a544
Update the README.md file.
2014-11-29 17:15:58 +01:00
Jesper Louis Andersen
33a47e4fd4
Do not accept iolist data when binary data is what is forced by the input code.
2014-11-29 17:14:53 +01:00
Jesper Louis Andersen
d9dbabf736
Improve ordering of the README file.
2014-11-29 16:12:21 +01:00
Jesper Louis Andersen
d46ae1da16
Use on-scheduler variants of calls when message sizes are small.
2014-11-28 17:09:48 +01:00
Jesper Louis Andersen
addd22b31a
More documentation and testing functions.
2014-11-28 14:41:06 +01:00
Jesper Louis Andersen
ec0cc1afaa
Handle the Auth tests.
2014-11-26 15:08:14 +01:00
Jesper Louis Andersen
87b803d3a5
Documentation, documentation, documentation.
2014-11-25 15:14:21 +01:00
Jesper Louis Andersen
d37bce7eeb
Documentation, documentation, documentation.
2014-11-25 15:08:31 +01:00
Jesper Louis Andersen
bb9179f401
Tune the README.md file a bit.
2014-11-18 23:22:41 +01:00
Jesper Louis Andersen
9a7f4c8d4e
Initial checkin.
2014-11-18 23:16:49 +01:00