@@ -233,9 +233,8 @@ added: v0.1.94
233
233
-->
234
234
- ` outputEncoding ` {string}
235
235
- Returns: {Buffer | string} Any remaining enciphered contents.
236
- If ` outputEncoding ` parameter is one of ` 'latin1' ` , ` 'base64' ` or ` 'hex' ` ,
237
- a string is returned. If an ` outputEncoding ` is not provided, a [ ` Buffer ` ] [ ]
238
- is returned.
236
+ If ` outputEncoding ` is one of ` 'latin1' ` , ` 'base64' ` or ` 'hex' ` , a string is
237
+ returned. If an ` outputEncoding ` is not provided, a [ ` Buffer ` ] [ ] is returned.
239
238
240
239
Once the ` cipher.final() ` method has been called, the ` Cipher ` object can no
241
240
longer be used to encrypt data. Attempts to call ` cipher.final() ` more than
@@ -392,9 +391,8 @@ added: v0.1.94
392
391
-->
393
392
- ` outputEncoding ` {string}
394
393
- Returns: {Buffer | string} Any remaining deciphered contents.
395
- If ` outputEncoding ` parameter is one of ` 'latin1' ` , ` 'ascii' ` or ` 'utf8' ` ,
396
- a string is returned. If an ` outputEncoding ` is not provided, a [ ` Buffer ` ] [ ]
397
- is returned.
394
+ If ` outputEncoding ` is one of ` 'latin1' ` , ` 'ascii' ` or ` 'utf8' ` , a string is
395
+ returned. If an ` outputEncoding ` is not provided, a [ ` Buffer ` ] [ ] is returned.
398
396
399
397
Once the ` decipher.final() ` method has been called, the ` Decipher ` object can
400
398
no longer be used to decrypt data. Attempts to call ` decipher.final() ` more
0 commit comments