doc: python bindings howto
* Fixed the plaintext, result and verify_result references in the decryption section.
This commit is contained in:
parent
4763974ef6
commit
22247f658c
@ -675,10 +675,10 @@
|
|||||||
nfile.write(plaintext)
|
nfile.write(plaintext)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
The data available in plaintext in this example is the decrypted
|
The data available in =plaintext= in this example is the decrypted
|
||||||
content as a byte object in =plaintext[0]=, the recipient key IDs
|
content as a byte object, the recipient key IDs and algorithms in
|
||||||
and algorithms in =plaintext[1]= and the results of verifying any
|
=result= and the results of verifying any signatures of the data in
|
||||||
signatures of the data in =plaintext[0]=.
|
=verify_result=.
|
||||||
|
|
||||||
|
|
||||||
** Signing text and files
|
** Signing text and files
|
||||||
|
Loading…
Reference in New Issue
Block a user