minisign/README.md
2015-07-12 16:24:19 +02:00

528 B

Minisign

Minisign is a dead simple tool to sign files and verify signatures.

For more information, please refer to the Minisign documentation

Tarballs and pre-compiled binaries for Windows and OSX can be verified with the following public key:

RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3

Compilation / installation

Dependencies:

  • libsodium

  • cmake

    $ mkdir build $ cd build $ cmake .. $ make

    make install