diff options
| author | xypron.glpk@gmx.de | 2016-10-16 05:43:50 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2016-10-18 09:20:50 +0000 |
| commit | 86d3668b9679f7c6632ae3d315bd833b5e1ccae6 (patch) | |
| tree | c026a13983abe7f30ca64ae1f79d2082c43b9837 | |
| parent | 939ec353c8e5e1fe9b2374c9d20095fa30a6b565 (diff) | |
| download | usign-86d3668b9679f7c6632ae3d315bd833b5e1ccae6.tar.gz | |
README: provide reference for ed25519 algorithm
Add reference information for the ed25519 algorithm.
Add build instructions.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
| -rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |