Skip to content

Commit 08bcad2

Browse files
committed
update readme
1 parent e2497a8 commit 08bcad2

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
@@ -187,7 +187,7 @@ Return decrypted data.<br/>
187187
* buffer — `{buffer}` — data for decrypting. Takes Buffer object or base64 encoded string.<br/>
188188
* encoding — `{string}` — encoding for result string. Can also take `'buffer'` for raw Buffer object, or `'json'` for automatic JSON.parse result. Default `'buffer'`.
189189

190-
> *Notice:* usage encryptPrivate and decryptPublic with `pkcs1_oaep` padding not described in the RSA [specification](http://www.emc.com/collateral/white-papers/h11300-pkcs-1v2-2-rsa-cryptography-standard-wp.pdf)
190+
> *Notice:* usage `encryptPrivate` and `decryptPublic` with `pkcs1_oaep` padding not described in the RSA [specification](http://www.emc.com/collateral/white-papers/h11300-pkcs-1v2-2-rsa-cryptography-standard-wp.pdf)
191191
192192
### Signing/Verifying
193193
```javascript

0 commit comments

Comments
 (0)