File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
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
- <!-- EN-Revision: 0904e1f4db189dfd2873a126bf72fe34fa9c50f8 Maintainer: mumumu Status: ready -->
4
- <book xml : id =" book.hash" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
3
+ <!-- EN-Revision: a19139232af73a3c2054fcf5a687640ade63a393 Maintainer: mumumu Status: ready -->
4
+ <book xml : id =" book.hash" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" annotations = " interactive " >
5
5
<?phpdoc extension-membership =" core" ?>
6
6
<title >HASH メッセージダイジェストフレームワーク</title >
7
7
<titleabbrev >Hash</titleabbrev >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 5bc68add3da3cd18c40f851e944b15095d3a26aa Maintainer: iwamot Status: ready -->
3
+ <!-- EN-Revision: 6ba84e3a5b33eb27bae2f6df337c9a4305d11106 Maintainer: iwamot Status: ready -->
4
4
<refentry xml : id =" function.hash-equals" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >hash_equals</refname >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 539a9823a805ac29cab7fa4baf3ae3a28116a2f5 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 05b26e8d7aa7f3c6830efe4961b2c0e4b28fe450 Maintainer: takagi Status: ready -->
4
4
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
5
5
<!-- Credits: mumumu -->
6
6
<refentry xml : id =" function.hash-file" xmlns =" http://docbook.org/ns/docbook" >
71
71
メッセージダイジェストの計算結果を小文字の 16 進数値形式の文字列で
72
72
返します。もし true に設定されていた場合は、メッセージダイジェストが
73
73
そのままのバイナリ形式で返されます。
74
+ &return.falseforfailure;
74
75
</para >
75
76
</refsect1 >
76
77
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 539a9823a805ac29cab7fa4baf3ae3a28116a2f5 Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: a19139232af73a3c2054fcf5a687640ade63a393 Maintainer: mumumu Status: ready -->
4
4
<refentry xml : id =" function.hash-hkdf" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >hash_hkdf</refname >
132
132
133
133
<refsect1 role =" examples" >
134
134
&reftitle.examples;
135
+ <para >
136
+ 上の例は、AES-256 encryption と SHA-256 authentication をそれぞれ使い、
137
+ encrypt-then-HMAC を生成する用途に合った、
138
+ 異なるキーペアを生成します。
139
+ </para >
135
140
<para >
136
141
<example >
137
142
<title ><function >hash_hkdf</function > の例</title >
@@ -150,11 +155,6 @@ var_dump($encryptionKey !== $authenticationKey); // bool(true)
150
155
?>
151
156
]]>
152
157
</programlisting >
153
- <para >
154
- 上の例は、AES-256 encryption と SHA-256 authentication をそれぞれ使い、
155
- encrypt-then-HMAC を生成する用途に合った、
156
- 異なるキーペアを生成します。
157
- </para >
158
158
</example >
159
159
</para >
160
160
</refsect1 >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 71e12e2df7b0bcf0dc2743681b73790ac0d45ccc Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: a19139232af73a3c2054fcf5a687640ade63a393 Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
<refentry xml : id =" function.hash-update-stream" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
@@ -120,7 +120,6 @@ echo hash_final($ctx);
120
120
<simplelist >
121
121
<member ><function >hash_init</function ></member >
122
122
<member ><function >hash_update</function ></member >
123
- <member ><function >hash_update_stream</function ></member >
124
123
<member ><function >hash_final</function ></member >
125
124
</simplelist >
126
125
</para >
You can’t perform that action at this time.
0 commit comments