mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
[PHP 8.1] Add new global Sodium constants (#1546)
This commit is contained in:
parent
928f051323
commit
6154d9c466
1 changed files with 88 additions and 0 deletions
|
@ -566,6 +566,50 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.sodium-crypto-core-ristretto255-bytes">
|
||||
<term>
|
||||
<constant>SODIUM_CRYPTO_CORE_RISTRETTO255_BYTES</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available as of PHP 8.1.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.sodium-crypto-core-ristretto255-hashbytes">
|
||||
<term>
|
||||
<constant>SODIUM_CRYPTO_CORE_RISTRETTO255_HASHBYTES</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available as of PHP 8.1.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.sodium-crypto-core-ristretto255-nonreducedscalarbytes">
|
||||
<term>
|
||||
<constant>SODIUM_CRYPTO_CORE_RISTRETTO255_NONREDUCEDSCALARBYTES</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available as of PHP 8.1.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.sodium-crypto-core-ristretto255-scalarbytes">
|
||||
<term>
|
||||
<constant>SODIUM_CRYPTO_CORE_RISTRETTO255_SCALARBYTES</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available as of PHP 8.1.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.sodium-crypto-scalarmult-bytes">
|
||||
<term>
|
||||
<constant>SODIUM_CRYPTO_SCALARMULT_BYTES</constant>
|
||||
|
@ -586,6 +630,28 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.sodium-crypto-scalarmult-ristretto255-bytes">
|
||||
<term>
|
||||
<constant>SODIUM_CRYPTO_SCALARMULT_RISTRETTO255_BYTES</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available as of PHP 8.1.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.sodium-crypto-scalarmult-ristretto255-scalarbytes">
|
||||
<term>
|
||||
<constant>SODIUM_CRYPTO_SCALARMULT_RISTRETTO255_SCALARBYTES</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available as of PHP 8.1.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.sodium-crypto-shorthash-bytes">
|
||||
<term>
|
||||
<constant>SODIUM_CRYPTO_SHORTHASH_BYTES</constant>
|
||||
|
@ -706,6 +772,28 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.sodium-crypto-stream-xchacha20-keybytes">
|
||||
<term>
|
||||
<constant>SODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTES</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available as of PHP 8.1.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.sodium-crypto-stream-xchacha20-noncebytes">
|
||||
<term>
|
||||
<constant>SODIUM_CRYPTO_STREAM_XCHACHA20_NONCEBYTES</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available as of PHP 8.1.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</appendix>
|
||||
|
|
Loading…
Reference in a new issue