From 3edcd382a8404ac098f93f9eb30fdec729482e7f Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 7 Oct 2023 18:29:02 +0300 Subject: [PATCH] Update README.md: mention Minisign It was discussed in #20 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 138553e..9e5efe2 100644 --- a/README.md +++ b/README.md @@ -186,4 +186,5 @@ gpg --verify signifyportable.pub.asc generated by Signify (generating them is not yet implemented), and can be used as a library. * [signify-rs](https://github.com/badboy/signify-rs), a re-implementation in Rust. It's fully compatible with the original implementation. -* [OpenWrt usign](https://github.com/openwrt/usign) small implementation used by OpenWrt to sign packages. +* [OpenWrt usign](https://github.com/openwrt/usign) small implementation used by OpenWrt to sign packages. It's signature format is [different](https://github.com/aperezdc/signify/pull/29) +* [Minisign](https://jedisct1.github.io/minisign/) based on libsodium [See comparision](https://github.com/aperezdc/signify/issues/20)