mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug #53499 mcyrpt typos - patches by x1v4nx@php.net
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306219 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2b0c6356d3
commit
7cfa0aefba
2 changed files with 4 additions and 4 deletions
|
@ -36,8 +36,8 @@
|
|||
<term><parameter>key</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<parameter>key</parameter> is the key with which the data is encrypted.
|
||||
If it's smaller that the required keysize, it is padded with
|
||||
<parameter>key</parameter> is the key with which the data was encrypted.
|
||||
If it's smaller than the required keysize, it is padded with
|
||||
'<literal>\0</literal>'.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<term><parameter>key</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The key with which the data will be encrypted. If it's smaller that
|
||||
The key with which the data will be encrypted. If it's smaller than
|
||||
the required keysize, it is padded with '<literal>\0</literal>'. It is
|
||||
better not to use ASCII strings for keys.
|
||||
</para>
|
||||
|
@ -57,7 +57,7 @@
|
|||
'<literal>\0</literal>'.
|
||||
</para>
|
||||
<para>
|
||||
The returned crypttext can be larger that the size of the data that is
|
||||
The returned crypttext can be larger than the size of the data that was
|
||||
given by <parameter>data</parameter>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue