Skip to content

Commit

Permalink
Update README.md: mention Minisign
Browse files Browse the repository at this point in the history
It was discussed in #20
  • Loading branch information
stokito authored and aperezdc committed Mar 6, 2024
1 parent ac82f10 commit 3edcd38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3edcd38

Please sign in to comment.