diff --git a/README.md b/README.md index 0643c33..cc4305e 100644 --- a/README.md +++ b/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) diff --git a/package.json b/package.json index bbb5ed6..9f83542 100644 --- a/package.json +++ b/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",