From d73b8923e012556ce4322139eb565cd840276833 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Mon, 20 Jul 2026 11:26:59 +0200 Subject: [PATCH] feat: corrige la valeur de retour des fonctions sodium aead/xchacha20 --- .../functions/sodium-crypto-aead-chacha20poly1305-encrypt.xml | 4 ++-- .../sodium-crypto-aead-chacha20poly1305-ietf-encrypt.xml | 4 ++-- .../sodium-crypto-aead-xchacha20poly1305-ietf-encrypt.xml | 4 ++-- .../functions/sodium-crypto-stream-xchacha20-xor-ic.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-encrypt.xml b/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-encrypt.xml index 07e5c0dfc1..f4512cc3b1 100644 --- a/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-encrypt.xml +++ b/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-encrypt.xml @@ -1,5 +1,5 @@ - + @@ -65,7 +65,7 @@ &reftitle.returnvalues; - В случае успешного выполнения функция возвращает зашифрованный текст и тег&return.falseforfailure;. + Возвращает зашифрованный текст и тег аутентификации в виде строки необработанных байтов. 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 4b3bc4122e..309f9097c3 100644 --- a/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-ietf-encrypt.xml +++ b/reference/sodium/functions/sodium-crypto-aead-chacha20poly1305-ietf-encrypt.xml @@ -1,5 +1,5 @@ - + @@ -69,7 +69,7 @@ &reftitle.returnvalues; - В случае успешного выполнения функция возвращает зашифрованный текст и тег&return.falseforfailure;. + Возвращает зашифрованный текст и тег аутентификации в виде строки необработанных байтов. 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 af9153210c..d4c6616ba8 100644 --- a/reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-encrypt.xml +++ b/reference/sodium/functions/sodium-crypto-aead-xchacha20poly1305-ietf-encrypt.xml @@ -1,5 +1,5 @@ - + @@ -69,7 +69,7 @@ &reftitle.returnvalues; - В случае успешного выполнения функция возвращает зашифрованный текст и тег&return.falseforfailure;. + Возвращает зашифрованный текст и тег аутентификации в виде строки необработанных байтов. 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 051ad83f9a..65ce0f735e 100644 --- a/reference/sodium/functions/sodium-crypto-stream-xchacha20-xor-ic.xml +++ b/reference/sodium/functions/sodium-crypto-stream-xchacha20-xor-ic.xml @@ -1,5 +1,5 @@ - + @@ -73,7 +73,7 @@ &reftitle.returnvalues; - Функция возвращает зашифрованное сообщение&return.falseforfailure;. + Функция возвращает зашифрованное сообщение.