Add the Go rewrite of minisign

This commit is contained in:
Frank Denis 2021-03-04 18:41:59 +01:00
parent 7edc350137
commit b9349929fb

View file

@ -70,6 +70,8 @@ in Go to verify Minisign signatures.
library written in pure Rust, that can be embedded in other applications.
* [rsign2](https://github.com/jedisct1/rsign2) is a reimplementation of
the command-line tool in Rust.
* [minisign (go)](https://github.com/aead/minisign) is a rewrite of the Minisign
CLI in the Go language.
* [minisign-verify](https://github.com/jedisct1/rust-minisign-verify) is
a small Rust crate to verify Minisign signatures.
* [minisign-net](https://github.com/bitbeans/minisign-net) is a .NET library