From 2df72e4c3a8477f2aef7e6f86ee217143211fd3f Mon Sep 17 00:00:00 2001 From: lacatoire Date: Thu, 9 Jul 2026 20:17:28 +0200 Subject: [PATCH] sodium: corriger la prose de retour de 4 fonctions encrypt/stream (#5655) --- .../sodium-crypto-aead-chacha20poly1305-encrypt.xml | 5 ++--- .../sodium-crypto-aead-chacha20poly1305-ietf-encrypt.xml | 5 ++--- .../sodium-crypto-aead-xchacha20poly1305-ietf-encrypt.xml | 5 ++--- .../functions/sodium-crypto-stream-xchacha20-xor-ic.xml | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) 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é.