mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 11:27:42 +03:00
More libraries and implementations
This commit is contained in:
parent
9eac49b161
commit
d6c5c8c17b
1 changed files with 10 additions and 6 deletions
16
README.md
16
README.md
|
@ -39,18 +39,22 @@ Minisign is also available in chocolatey on Windows:
|
|||
|
||||
$ choco install minisign
|
||||
|
||||
Additional tools
|
||||
----------------
|
||||
Additional tools, libraries and implementations
|
||||
-----------------------------------------------
|
||||
|
||||
* [minisign-misc](https://github.com/JayBrown/minisign-misc) is a very
|
||||
nice set of workflows and scripts for macOS to verify and sign files
|
||||
with minisign.
|
||||
|
||||
Alternative implementations
|
||||
---------------------------
|
||||
|
||||
* [rsign](https://bitbucket.org/danielrangel/rsign) is a minisign
|
||||
implementation written in Rust.
|
||||
* [minisign-go](https://github.com/jedisct1/minisign-go) is a small module
|
||||
in Go to verify Minisign signatures.
|
||||
* [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
|
||||
to handle and create Minisign signatures.
|
||||
* [minisign-py](https://github.com/HacKanCuBa/minisign-py) is a pure Python
|
||||
port of Minisign.
|
||||
|
||||
Faults injections
|
||||
-----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue