We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78116e4 commit 12f5101Copy full SHA for 12f5101
README.md
@@ -28,8 +28,8 @@ npm test
28
```js
29
var key = new NodeRSA([key], [options]);
30
```
31
-**key** - parameters of a generated key or the key in PEM format.
32
-**options** - additional settings<br/>
+**key** - parameters of a generated key or the key in PEM format.<br/>
+**options** - additional settings
33
* **signingAlgorithm** - algorithm used for signing and verifying. Default _'RSA-SHA256'_
34
35
#### "Empty" key
0 commit comments