File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <book xml : id =" book.hash" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
3
+ <book xml : id =" book.hash" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" annotations = " interactive " >
4
4
<?phpdoc extension-membership =" core" ?>
5
5
<title >HASH Message Digest Framework</title >
6
6
<titleabbrev >Hash</titleabbrev >
Original file line number Diff line number Diff line change 125
125
126
126
<refsect1 role =" examples" >
127
127
&reftitle.examples;
128
+ <para >
129
+ The example below produces a pair of separate keys, suitable for creation
130
+ of an encrypt-then-HMAC construct, using AES-256 and SHA-256 for encryption
131
+ and authentication respectively.
132
+ </para >
128
133
<para >
129
134
<example >
130
135
<title ><function >hash_hkdf</function > example</title >
@@ -143,11 +148,6 @@ var_dump($encryptionKey !== $authenticationKey); // bool(true)
143
148
?>
144
149
]]>
145
150
</programlisting >
146
- <para >
147
- The above example produces a pair of separate keys, suitable for creation of an
148
- encrypt-then-HMAC construct, using AES-256 and SHA-256 for encryption and
149
- authentication respectively.
150
- </para >
151
151
</example >
152
152
</para >
153
153
</refsect1 >
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ echo hash_final($ctx);
114
114
<simplelist >
115
115
<member ><function >hash_init</function ></member >
116
116
<member ><function >hash_update</function ></member >
117
- <member ><function >hash_update_stream</function ></member >
118
117
<member ><function >hash_final</function ></member >
119
118
</simplelist >
120
119
</para >
You can’t perform that action at this time.
0 commit comments