Skip to content

Commit b990dbc

Browse files
committed
wrapping
1 parent 5bfe4eb commit b990dbc

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

library/hmac.po

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ msgid ""
3939
"its argument position, it is required."
4040
msgstr ""
4141
"Renvoie un nouvel objet HMAC. *key* est un objet *byte* ou *bytearray* "
42-
"représentant la clé secrète. Si *msg* est présent, un appel à ``update(msg)`` "
43-
"est effectué. *digestmod* permet de choisir l’algorithme à utiliser par "
44-
"l’objet HMAC, il accepte un nom de fonction de hachage (peut être tout ce "
45-
"qui convient :func:`hashlib.new`), un constructeur de fonction de hachage ou "
46-
"un module implémentant la PEP 247. Bien qu’il soit après *msg*, *digestmod* "
47-
"est un paramètre obligatoire."
42+
"représentant la clé secrète. Si *msg* est présent, un appel à "
43+
"``update(msg)`` est effectué. *digestmod* permet de choisir l’algorithme à "
44+
"utiliser par l’objet HMAC, il accepte un nom de fonction de hachage (peut "
45+
"être tout ce qui convient :func:`hashlib.new`), un constructeur de fonction "
46+
"de hachage ou un module implémentant la PEP 247. Bien qu’il soit après "
47+
"*msg*, *digestmod* est un paramètre obligatoire."
4848

4949
#: ../Doc/library/hmac.rst:25
5050
msgid ""
@@ -134,7 +134,6 @@ msgstr ""
134134
"par ailleurs par un service extérieur durant une routine de vérification, il "
135135
"est recommandé d'utiliser la fonction :func:`compare_digest` au lieu de "
136136
"l'opérateur ``==`` afin de réduire la vulnérabilité aux attaques temporelles."
137-
""
138137

139138
#: ../Doc/library/hmac.rst:80
140139
msgid ""
@@ -172,11 +171,15 @@ msgstr ""
172171

173172
#: ../Doc/library/hmac.rst:98
174173
msgid "A hash object has the following attributes:"
175-
msgstr "Un objet *code d'authentification de message* (HMAC) possède les attributs suivants :"
174+
msgstr ""
175+
"Un objet *code d'authentification de message* (HMAC) possède les attributs "
176+
"suivants :"
176177

177178
#: ../Doc/library/hmac.rst:102
178179
msgid "The size of the resulting HMAC digest in bytes."
179-
msgstr "La taille du code d'authentification (c-à-d de l'empreinte cryptographique) en octets."
180+
msgstr ""
181+
"La taille du code d'authentification (c-à-d de l'empreinte cryptographique) "
182+
"en octets."
180183

181184
#: ../Doc/library/hmac.rst:106
182185
msgid "The internal block size of the hash algorithm in bytes."

0 commit comments

Comments
 (0)