add links

This commit is contained in:
AJ ONeal 2019-05-07 13:50:47 -06:00
parent 7186df6760
commit 5a188577c0
1 changed files with 4 additions and 1 deletions

View File

@ -20,6 +20,9 @@
<h1>@bluecrypt/acme: Let's&nbsp;Encrypt&nbsp;for&nbsp;the&nbsp;Browser</h1> <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> <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> <h2>1. Keypair Generation</h2>
<form class="js-keygen"> <form class="js-keygen">
@ -134,7 +137,7 @@
They are fast, tiny, and secure, using the native features of modern browsers where possible. 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> This means it's easy-to-use crypto in kilobytes, not megabytes.</p>
<br> <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/encoding.js"></script>
<script src="./lib/asn1-packer.js"></script> <script src="./lib/asn1-packer.js"></script>