Parent directory | ||
CMakeLists.txt | 532 bytes | |
README | 599 bytes | |
base64.c | 11281 bytes | |
base64.h | 384 bytes | |
ed25519.c | 7394 bytes | |
ed25519.h | 2253 bytes | |
edsign.c | 3393 bytes | |
edsign.h | 1917 bytes | |
f25519.c | 5410 bytes | |
f25519.h | 2632 bytes | |
fprime.c | 2619 bytes | |
fprime.h | 1681 bytes | |
main.c | 9782 bytes | |
sha512.c | 6542 bytes | |
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