diff --git a/README.md b/README.md index 6855150..faebfaf 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@ Frank Denis took the source and made it far more portable in the libsodium library. The enacl project is somewhat misnamed, as it uses libsodium as the underlying driver. -Several Erlang ports of NaCl/libsodium exists, but this one is a -rewrite with the following foci: - ## INSTALL/Requirements: * Erlang/OTP 17.3. This library *needs* the newest dirty scheduler @@ -21,11 +18,11 @@ rewrite with the following foci: subpackages, make sure you also get the "-dev" package containing the header files necessary in order to compile software linking to libsodium. - + To build the software execute: make - + or rebar compile @@ -33,11 +30,11 @@ or To build and run licensed eqc test execute: make eqc_run - + To build and run eqc-mini version of test execute: make eqc_mini_run - + ## Features: * Complete NaCl library, implementing all default functionality. @@ -70,12 +67,12 @@ The original NaCl documentation is nowadays largely superceded by the libsodium documentation, but it is still worth a visit https://nacl.cr.yp.to - + but also note that our interface has full Edoc documentation, generated by executing rebar3 doc - + ## Hints In general, the primitives provided by NaCl are intermediate-level @@ -283,5 +280,5 @@ no leaks in the code. just the 3 main authors. Please see the page http://nacl.cr.yp.to - + for the full list of authors.