Browse Source

v1.0.3: update README

master v1.0.3
AJ ONeal 5 years ago
parent
commit
d3b459aaf5
  1. 4
      README.md
  2. 2
      package.json

4
README.md

@ -17,6 +17,10 @@ This project is fully functional and tested (and the code is pretty clean).
It is considered to be complete, but if you find a bug please open an issue.
## Looking for ECDSA as well?
Check out [Eckles.js](https://git.coolaj86.com/coolaj86/eckles.js)
## PEM-to-JWK
* [x] PKCS#1 (traditional)

2
package.json

@ -1,6 +1,6 @@
{
"name": "rasha",
"version": "1.0.2",
"version": "1.0.3",
"description": "💯 PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.",
"homepage": "https://git.coolaj86.com/coolaj86/rasha.js",
"main": "index.js",

Loading…
Cancel
Save