497be08c79c499d47cf27dda4f6abf2e0cdff070
[project/usign.git] / README
1 Usign provides public key signatures using the ed25519 algorithm.
2
3 The home page for the algorithm is http://ed25519.cr.yp.to/.
4 It is described in the following paper:
5
6 Daniel J. Bernstein, Niels Duif, Tanja Lange, Peter Schwabe, Bo-Yin Yang
7 High-speed high-security signatures
8 Journal of Cryptographic Engineering 2 (2012), 77–89
9 2011-09-26
10 http://ed25519.cr.yp.to/ed25519-20110926.pdf
11
12 To build and install the package run
13
14 mkdir build
15 cd build
16 cmake ..
17 make
18 sudo make install