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)
|
||||
#+end_src
|
||||
|
||||
The data available in plaintext in this example is the decrypted
|
||||
content as a byte object in =plaintext[0]=, the recipient key IDs
|
||||
and algorithms in =plaintext[1]= and the results of verifying any
|
||||
signatures of the data in =plaintext[0]=.
|
||||
The data available in =plaintext= in this example is the decrypted
|
||||
content as a byte object, the recipient key IDs and algorithms in
|
||||
=result= and the results of verifying any signatures of the data in
|
||||
=verify_result=.
|
||||
|
||||
|
||||
** Signing text and files
|
||||
|
Loading…
Reference in New Issue
Block a user