Browse Source

add links

browser-v2
AJ ONeal 5 years ago
parent
commit
5a188577c0
  1. 5
      index.html

5
index.html

@ -20,6 +20,9 @@
<h1>@bluecrypt/acme: Let's&nbsp;Encrypt&nbsp;for&nbsp;the&nbsp;Browser</h1>
<p>This is intended to be explored with your JavaScript console open.</p>
<pre><code>&lt;script src="<a href="https://rootprojects.org/acme/bluecrypt-acme.js">https://rootprojects.org/acme/bluecrypt-acme.js</a>"&gt;&lt;/script&gt;</code></pre>
<pre><code>&lt;script src="<a href="https://rootprojects.org/acme/bluecrypt-acme.min.js">https://rootprojects.org/acme/bluecrypt-acme.min.js</a>"&gt;&lt;/script&gt;</code></pre>
<a href="https://git.rootprojects.org/root/bluecrypt-acme.js">Documentation</a>
<h2>1. Keypair Generation</h2>
<form class="js-keygen">
@ -134,7 +137,7 @@
They are fast, tiny, and secure, using the native features of modern browsers where possible.
This means it's easy-to-use crypto in kilobytes, not megabytes.</p>
<br>
<footer>View source: <a href="https://git.rootprojects.org/root/bluecrypt-acme.js">@bluecrypt/acme</a></footer>
<footer>View (git) source <a href="https://git.rootprojects.org/root/bluecrypt-acme.js">@bluecrypt/acme</a></footer>
<script src="./lib/encoding.js"></script>
<script src="./lib/asn1-packer.js"></script>

Loading…
Cancel
Save