You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ Return decrypted data.<br/>
185
185
* buffer — `{buffer}` — data for decrypting. Takes Buffer object or base64 encoded string.<br/>
186
186
* encoding — `{string}` — encoding for result string. Can also take `'buffer'` for raw Buffer object, or `'json'` for automatic JSON.parse result. Default `'buffer'`.
187
187
188
-
> *Notice:*`encryptPrivate` and `decryptPublic` using only pkcs1 padding type 1 (not random)
188
+
> *Notice:*`encryptPrivate` and `decryptPublic` using only pkcs1 padding type 1 (not random)
0 commit comments