Fix all DeprecationWarning: invalid escape sequence

Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
This commit is contained in:
Mickaël Schoentgen 2019-04-09 11:31:43 +02:00
parent 8d69df240d
commit 564fb9d0a0
4 changed files with 4 additions and 4 deletions

View file

@ -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