Skip to content

doc: fix typo for `decipher.final`.

Rodrigo Muino Tomonari requested to merge github/fork/iamchenxin/crypto into master
Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

The output_encoding parameter of decipher.final should be as the same as decipher.update. So output_encoding: 'latin1'|'base64'|'hex' to output_encoding: 'latin1'|'ascii'|'utf8'.

Merge request reports

Loading