mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
Add a link to wasmsign2
This commit is contained in:
parent
4c8ca41e15
commit
b142474421
1 changed files with 10 additions and 2 deletions
12
index.html
12
index.html
|
@ -402,6 +402,15 @@ base64(<signature_algorithm> || <kdf_algorithm> || <cksum_algorit
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2>
|
||||||
|
<a id="encryption" class="anchor" href="#encryption" aria-hidden="true"
|
||||||
|
><span class="octicon octicon-link"></span></a
|
||||||
|
>WebAssembly signatures
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
Looking for something similar, but for WebAssembly modules? Check out
|
||||||
|
<a href="https://github.com/wasm-signatures/wasmsign2">WasmSign2</a>.
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
<a id="encryption" class="anchor" href="#encryption" aria-hidden="true"
|
<a id="encryption" class="anchor" href="#encryption" aria-hidden="true"
|
||||||
><span class="octicon octicon-link"></span></a
|
><span class="octicon octicon-link"></span></a
|
||||||
|
@ -409,8 +418,7 @@ base64(<signature_algorithm> || <kdf_algorithm> || <cksum_algorit
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
Looking for an equally simple tool for file and stream encryption? Check
|
Looking for an equally simple tool for file and stream encryption? Check
|
||||||
out
|
out <a href="https://github.com/jedisct1/encpipe">Encpipe</a> and
|
||||||
<a href="https://github.com/jedisct1/encpipe">Encpipe</a> and
|
|
||||||
<a href="https://github.com/FiloSottile/age">Age</a>.
|
<a href="https://github.com/FiloSottile/age">Age</a>.
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue