mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-12-08 05:19:46 +00:00
Fix all DeprecationWarning: invalid escape sequence
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
This commit is contained in:
parent
8d69df240d
commit
564fb9d0a0
4 changed files with 4 additions and 4 deletions
|
|
@ -101,7 +101,7 @@ class PKCS115_Cipher:
|
|||
return c
|
||||
|
||||
def decrypt(self, ciphertext, sentinel):
|
||||
"""Decrypt a PKCS#1 v1.5 ciphertext.
|
||||
r"""Decrypt a PKCS#1 v1.5 ciphertext.
|
||||
|
||||
This function is named ``RSAES-PKCS1-V1_5-DECRYPT``, and is specified in
|
||||
`section 7.2.2 of RFC8017
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue