From b9349929fb19663e9e787e090578a4770a04746d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 4 Mar 2021 18:41:59 +0100 Subject: [PATCH] Add the Go rewrite of minisign --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eda905c..80e1852 100644 --- a/README.md +++ b/README.md @@ -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