v1.0.3: update README
This commit is contained in:
parent
57edc8641b
commit
d3b459aaf5
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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…
Reference in a new issue