Skip to content

Commit 6a5e96b

Browse files
authored
various sync with EN (#2234)
1 parent b5cae72 commit 6a5e96b

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

reference/hash/book.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 0904e1f4db189dfd2873a126bf72fe34fa9c50f8 Maintainer: yannick Status: ready -->
3+
<!-- EN-Revision: a19139232af73a3c2054fcf5a687640ade63a393 Maintainer: yannick Status: ready -->
44
<!-- Reviewed: no -->
55

6-
<book xml:id="book.hash" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
6+
<book xml:id="book.hash" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="interactive">
77
<?phpdoc extension-membership="core" ?>
88
<title>HASH</title>
99
<titleabbrev>Hash</titleabbrev>

reference/hash/functions/hash-hkdf.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 539a9823a805ac29cab7fa4baf3ae3a28116a2f5 Maintainer: jbnahan Status: ready -->
3+
<!-- EN-Revision: a19139232af73a3c2054fcf5a687640ade63a393 Maintainer: jbnahan Status: ready -->
44
<!-- Reviewed: no -->
55
<refentry xml:id="function.hash-hkdf" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -129,6 +129,11 @@
129129

130130
<refsect1 role="examples">
131131
&reftitle.examples;
132+
<para>
133+
L’exemple ci-dessous génère une paire de clés distinctes, adaptée à la création
134+
d’une construction de type chiffrer-puis-HMAC, en utilisant AES-256 et SHA-256
135+
respectivement pour le chiffrement et l’authentification.
136+
</para>
132137
<para>
133138
<example>
134139
<title>Exemple avec <function>hash_hkdf</function></title>
@@ -147,11 +152,6 @@ var_dump($encryptionKey !== $authenticationKey); // bool(true)
147152
?>
148153
]]>
149154
</programlisting>
150-
<para>
151-
L'exemple ci-dessus produit une paire de clés séparées, qui convient à la création
152-
d'une construction chiffrer-puis-HMAC (encrypt-then-HMAC), en utilisant AES-256
153-
et SHA-256 pour le chiffrement et l'authentification respectivement.
154-
</para>
155155
</example>
156156
</para>
157157
</refsect1>

reference/hash/functions/hash-update-stream.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 71e12e2df7b0bcf0dc2743681b73790ac0d45ccc Maintainer: jsgoupil Status: ready -->
2+
<!-- EN-Revision: a19139232af73a3c2054fcf5a687640ade63a393 Maintainer: jsgoupil Status: ready -->
33
<!-- Reviewed: yes -->
44
<refentry xml:id="function.hash-update-stream" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
@@ -117,7 +117,6 @@ echo hash_final($ctx);
117117
<simplelist>
118118
<member><function>hash_init</function></member>
119119
<member><function>hash_update</function></member>
120-
<member><function>hash_update_stream</function></member>
121120
<member><function>hash_final</function></member>
122121
</simplelist>
123122
</para>

0 commit comments

Comments
 (0)