Compare commits
	
		
			2 Commits
		
	
	
		
			ddc04a5492
			...
			5d920d108a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5d920d108a | |||
| 8da6604f32 | 
| @ -25,7 +25,7 @@ cat > bluecrypt-keypairs.min.js << EOF | ||||
| ; | ||||
| EOF | ||||
| uglifyjs bluecrypt-keypairs.js >> bluecrypt-keypairs.min.js | ||||
| gzip bluecrypt-keypairs.min.js | ||||
| gzip -f bluecrypt-keypairs.min.js | ||||
| 
 | ||||
| # Minified Gzipped | ||||
| cat > bluecrypt-keypairs.min.js << EOF | ||||
| @ -37,5 +37,6 @@ cat > bluecrypt-keypairs.min.js << EOF | ||||
| EOF | ||||
| uglifyjs bluecrypt-keypairs.js >> bluecrypt-keypairs.min.js | ||||
| 
 | ||||
| rsync -av ./ root@beta.therootcompany.com:~/beta.therootcompany.com/keypairs/ | ||||
| rsync -av ./ root@beta.rootprojects.org:~/beta.rootprojects.org/keypairs/ | ||||
| rsync -av ./ ubuntu@rootprojects.org:/srv/www/rootprojects.org/keypairs/ | ||||
|  | ||||
| @ -96,6 +96,13 @@ | ||||
|       <pre><code  class="js-input-pem-spki-public" ></code></pre> | ||||
|     </details> | ||||
| 
 | ||||
|     <br> | ||||
|     <p>Bluecrypt™ is a collection of lightweight, zero-dependency, libraries written in VanillaJS. | ||||
|     They are fast, tiny, and secure, using the native features of modern browsers where possible.</p> | ||||
|     <br> | ||||
|     <footer>View (git) source | ||||
|       <a href="https://git.rootprojects.org/root/bluecrypt-keypairs.js">@bluecrypt/keypairs</a></footer> | ||||
| 
 | ||||
|     <script src="./lib/bluecrypt-encoding.js"></script> | ||||
|     <script src="./lib/asn1-packer.js"></script> | ||||
|     <script src="./lib/x509.js"></script> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user