Skip to content

doc: crypto decipher.final fix parameter doc

Checklist
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

The output_encoding parameter of decipher.final should correctly state the possible values of 'binary', 'ascii', or 'utf8'. This aligns the docs with the examples of decipher.

This fixes issue #6414 (closed)

I think this fix could (and should) be backported since the error exists in v5 and probably earlier...

Merge request reports

Loading