Matthias Schiffer f1f65026a9
Always pad fingerprints to 16 characters
Fingerprints were not padded with zeros. This led to a ucert failure
when the first byte of the fingerprint is 00, as it expects the
fingerprint to have a constant length (and this expectation seems
reasonable to me).

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Acked-by: Jo-Philipp Wich <jo@mein.io>
2020-05-23 13:33:37 +02:00
2015-04-06 16:00:52 +02:00
2015-04-06 16:00:52 +02:00
2015-04-06 16:00:52 +02:00
2015-04-06 16:00:52 +02:00
2015-04-06 16:00:52 +02:00
2015-04-06 16:00:52 +02:00
2015-04-06 16:00:52 +02:00
2015-04-06 16:00:52 +02:00
2015-04-06 16:00:52 +02:00
2016-10-23 14:31:04 +02:00
2015-04-06 16:00:52 +02:00

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

Signatures and keys are compatible to OpenBSD's signify utility:
http://man.openbsd.org/OpenBSD-current/man1/signify.1

To build and install the package run

mkdir build
cd build
cmake ..
make
sudo make install
Description
No description provided
Readme 54 KiB
Languages
C 99.1%
CMake 0.9%