A dead simple tool to sign files and verify digital signatures. https://jedisct1.github.io/minisign/
Find a file
2015-10-23 00:30:32 +02:00
src Fix -p option with -V 2015-10-23 00:30:32 +02:00
.gitignore Initial import 2015-06-07 21:06:23 +02:00
CMakeLists.txt 0.4 2015-07-12 16:24:56 +02:00
LICENSE Initial import 2015-06-07 21:06:23 +02:00
README.md Mention homebrew 2015-07-18 16:28:29 +02:00

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 can be verified with the following public key:

RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3

Compilation / installation

Dependencies:

Compilation:

$ mkdir build
$ cd build
$ cmake ..
$ make
# make install

Minisign is also available in Homebrew:

$ brew install minisign