README: provide reference for ed25519 algorithm
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Sun, 16 Oct 2016 05:43:50 +0000 (07:43 +0200)
committerFelix Fietkau <nbd@nbd.name>
Tue, 18 Oct 2016 09:20:50 +0000 (11:20 +0200)
Add reference information for the ed25519 algorithm.
Add build instructions.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
README

diff --git a/README b/README
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..497be08c79c499d47cf27dda4f6abf2e0cdff070 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,18 @@
+Usign provides public key signatures using the ed25519 algorithm.
+
+The home page for the algorithm is http://ed25519.cr.yp.to/.
+It is described in the following paper:
+
+Daniel J. Bernstein, Niels Duif, Tanja Lange, Peter Schwabe, Bo-Yin Yang
+High-speed high-security signatures
+Journal of Cryptographic Engineering 2 (2012), 77–89
+2011-09-26
+http://ed25519.cr.yp.to/ed25519-20110926.pdf
+
+To build and install the package run
+
+mkdir build
+cd build
+cmake ..
+make
+sudo make install