[DOC-CVS] [doc-en] master: Fix reference to encryption function (#4837)
[email protected] (Luffy via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Luffy (sy-records)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-08-21T10:32:33+08:00
Commit: https://github.com/php/doc-en/commit/c9351adb0a56f29096cce33e2790f441a26c3d8d
Raw diff: https://github.com/php/doc-en/commit/c9351adb0a56f29096cce33e2790f441a26c3d8d.diff
Fix reference to encryption function (#4837)
Changed paths:
M reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-decrypt.xml
Diff:
diff --git a/reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-decrypt.xml b/reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-decrypt.xml
index 7beb6fc2e46b..36b0cca060a9 100644
--- a/reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-decrypt.xml
+++ b/reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-decrypt.xml
@@ -32,7 +32,7 @@
<term><parameter>ciphertext</parameter></term>
<listitem>
<para>
- Must be in the format provided by <function>sodium_crypto_aead_chacha20poly1305_ietf_encrypt</function>
+ Must be in the format provided by <function>sodium_crypto_aead_xchacha20poly1305_ietf_encrypt</function>
(ciphertext and tag, concatenated).
</para>
</listitem>