• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/usign/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 Signatures and keys are compatible to OpenBSD's signify utility:
 13 http://man.openbsd.org/OpenBSD-current/man1/signify.1
 14 
 15 To build and install the package run
 16 
 17 mkdir build
 18 cd build
 19 cmake ..
 20 make
 21 sudo make install

This page was automatically generated by LXR 0.3.1.  •  OpenWrt