diff --git a/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-encrypt.xml b/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-encrypt.xml index f376e107aa..be220e5a0e 100644 --- a/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-encrypt.xml +++ b/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-encrypt.xml @@ -1,6 +1,5 @@ - - + sodium_crypto_aead_chacha20poly1305_encrypt @@ -64,7 +63,7 @@ &reftitle.returnvalues; - Renvoie le texte chiffré et l'étiquette en cas de succès, &return.falseforfailure;. + Renvoie le texte chiffré et l'étiquette d'authentification sous la forme d'une chaîne d'octets binaires bruts. diff --git a/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-ietf-encrypt.xml b/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-ietf-encrypt.xml index ad54e38e69..8232c8f3b7 100644 --- a/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-ietf-encrypt.xml +++ b/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-ietf-encrypt.xml @@ -1,6 +1,5 @@ - - + sodium_crypto_aead_chacha20poly1305_ietf_encrypt @@ -67,7 +66,7 @@ &reftitle.returnvalues; - Renvoie le texte chiffré et l'étiquette en cas de succès, &return.falseforfailure;. + Renvoie le texte chiffré et l'étiquette d'authentification sous la forme d'une chaîne d'octets binaires bruts. diff --git a/reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-encrypt.xml b/reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-encrypt.xml index a9a6c53215..af5d98d8d9 100644 --- a/reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-encrypt.xml +++ b/reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-encrypt.xml @@ -1,6 +1,5 @@ - - + sodium_crypto_aead_xchacha20poly1305_ietf_encrypt @@ -68,7 +67,7 @@ &reftitle.returnvalues; - Renvoie le texte chiffré et l'étiquette en cas de succès, &return.falseforfailure;. + Renvoie le texte chiffré et l'étiquette d'authentification sous la forme d'une chaîne d'octets binaires bruts. diff --git a/reference/sodium/functions/sodium-crypto-stream-xchacha20-xor-ic.xml b/reference/sodium/functions/sodium-crypto-stream-xchacha20-xor-ic.xml index 3bda1934f9..8eefb78ac8 100644 --- a/reference/sodium/functions/sodium-crypto-stream-xchacha20-xor-ic.xml +++ b/reference/sodium/functions/sodium-crypto-stream-xchacha20-xor-ic.xml @@ -1,6 +1,5 @@ - - + sodium_crypto_stream_xchacha20_xor_ic @@ -73,7 +72,7 @@ &reftitle.returnvalues; - Le texte chiffré, ou &return.falseforfailure;. + Le texte chiffré.