Skip to content

Commit c9351ad

Browse files
authored
Fix reference to encryption function (#4837)
1 parent 6e91deb commit c9351ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-decrypt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<term><parameter>ciphertext</parameter></term>
3333
<listitem>
3434
<para>
35-
Must be in the format provided by <function>sodium_crypto_aead_chacha20poly1305_ietf_encrypt</function>
35+
Must be in the format provided by <function>sodium_crypto_aead_xchacha20poly1305_ietf_encrypt</function>
3636
(ciphertext and tag, concatenated).
3737
</para>
3838
</listitem>

0 commit comments

Comments
 (0)