• source navigation  • identifier search  • freetext search  • 

Sources/usign/

Back Parent directory
File CMakeLists.txt 532 bytes
File README 599 bytes
C file base64.c 11281 bytes
C file base64.h 384 bytes
C file ed25519.c 7394 bytes
C file ed25519.h 2253 bytes
C file edsign.c 3393 bytes
C file edsign.h 1917 bytes
C file f25519.c 5410 bytes
C file f25519.h 2632 bytes
C file fprime.c 2619 bytes
C file fprime.h 1681 bytes
C file main.c 9782 bytes
C file sha512.c 6542 bytes
C file sha512.h 1764 bytes

  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