Skip to content

Commit f893220

Browse files
committed
update readme
1 parent 2004ea1 commit f893220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Questions, comments, bug reports, and pull requests are all welcome.
215215
* Added `.encryptPrivate()` and `.decryptPublic()` methods.
216216
* Encrypt/decrypt methods in nodejs 0.12.x and io.js using native implementation (> 40x speed boost).
217217
* Fixed some regex issue causing catastrophic backtracking.
218-
* *KNOWN ISSUE*:`encryptPrivate` and `decryptPublic` don't have native implementation in nodejs and can't be use in native implementation with pkcs1_oaep padding in io.js.
218+
* *KNOWN ISSUE*: `encryptPrivate` and `decryptPublic` don't have native implementation in nodejs and can't be use in native implementation with pkcs1_oaep padding in io.js.
219219

220220
### 0.2.10
221221
* **Methods `.exportPrivate()` and `.exportPublic()` was replaced by `.exportKey([format])`.**

0 commit comments

Comments
 (0)