From 4876e38e347967cb71f803b77b95a84c797013aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Tue, 22 Oct 2024 16:13:53 -0300 Subject: [PATCH] Replace tags with tags --- .../sodium-crypto-aead-aegis128l-decrypt.xml | 24 +++++++++---------- .../sodium-crypto-aead-aegis128l-encrypt.xml | 24 +++++++++---------- .../sodium-crypto-aead-aegis128l-keygen.xml | 10 ++++---- .../sodium-crypto-aead-aegis256-decrypt.xml | 24 +++++++++---------- .../sodium-crypto-aead-aegis256-encrypt.xml | 24 +++++++++---------- .../sodium-crypto-aead-aegis256-keygen.xml | 10 ++++---- 6 files changed, 58 insertions(+), 58 deletions(-) diff --git a/reference/sodium/functions/sodium-crypto-aead-aegis128l-decrypt.xml b/reference/sodium/functions/sodium-crypto-aead-aegis128l-decrypt.xml index 7f22ee9d9a9f..452584225c96 100644 --- a/reference/sodium/functions/sodium-crypto-aead-aegis128l-decrypt.xml +++ b/reference/sodium/functions/sodium-crypto-aead-aegis128l-decrypt.xml @@ -15,9 +15,9 @@ stringnonce #[\SensitiveParameter]stringkey - + Verify then decrypt a message with AEGIS-128L. - + @@ -26,34 +26,34 @@ ciphertext - + Must be in the format provided by sodium_crypto_aead_aegis128l_encrypt. - + additional_data - + Additional, authenticated data. This is used in the verification of the authentication tag appended to the ciphertext, but it is not encrypted or stored in the ciphertext. - + nonce - + A number that must be only used once, per message. - + key - + Encryption key (128-bit). - + @@ -61,9 +61,9 @@ &reftitle.returnvalues; - + Returns the plaintext on success, &return.falseforfailure;. - + diff --git a/reference/sodium/functions/sodium-crypto-aead-aegis128l-encrypt.xml b/reference/sodium/functions/sodium-crypto-aead-aegis128l-encrypt.xml index e6a1d7a4d24d..0b33f7d352b6 100644 --- a/reference/sodium/functions/sodium-crypto-aead-aegis128l-encrypt.xml +++ b/reference/sodium/functions/sodium-crypto-aead-aegis128l-encrypt.xml @@ -15,9 +15,9 @@ stringnonce #[\SensitiveParameter]stringkey - + Encrypt then authenticate a message with AEGIS-128L. - + @@ -26,34 +26,34 @@ message - + The plaintext message to encrypt. - + additional_data - + Additional, authenticated data. This is used in the verification of the authentication tag appended to the ciphertext, but it is not encrypted or stored in the ciphertext. - + nonce - + A number that must be only used once, per message. - + key - + Encryption key (128-bit). - + @@ -61,9 +61,9 @@ &reftitle.returnvalues; - + Returns the ciphertext and authentication tag as a string of raw binary bytes. - + diff --git a/reference/sodium/functions/sodium-crypto-aead-aegis128l-keygen.xml b/reference/sodium/functions/sodium-crypto-aead-aegis128l-keygen.xml index 64faef52051e..d5e0644d7974 100644 --- a/reference/sodium/functions/sodium-crypto-aead-aegis128l-keygen.xml +++ b/reference/sodium/functions/sodium-crypto-aead-aegis128l-keygen.xml @@ -10,12 +10,12 @@ &reftitle.description; stringsodium_crypto_aead_aegis128l_keygen - + - + Generate a random key for use with sodium_crypto_aead_aegis128l_encrypt and sodium_crypto_aead_aegis128l_decrypt. - + @@ -25,9 +25,9 @@ &reftitle.returnvalues; - + Returns a 128-bit random key. - + diff --git a/reference/sodium/functions/sodium-crypto-aead-aegis256-decrypt.xml b/reference/sodium/functions/sodium-crypto-aead-aegis256-decrypt.xml index ce0289b9abac..37f21f0659e7 100644 --- a/reference/sodium/functions/sodium-crypto-aead-aegis256-decrypt.xml +++ b/reference/sodium/functions/sodium-crypto-aead-aegis256-decrypt.xml @@ -15,9 +15,9 @@ stringnonce #[\SensitiveParameter]stringkey - + Verify then decrypt a message with AEGIS-256. - + @@ -26,34 +26,34 @@ ciphertext - + Must be in the format provided by sodium_crypto_aead_aegis256_encrypt. - + additional_data - + Additional, authenticated data. This is used in the verification of the authentication tag appended to the ciphertext, but it is not encrypted or stored in the ciphertext. - + nonce - + A number that must be only used once, per message. - + key - + Encryption key (256-bit). - + @@ -61,9 +61,9 @@ &reftitle.returnvalues; - + Returns the plaintext on success, &return.falseforfailure;. - + diff --git a/reference/sodium/functions/sodium-crypto-aead-aegis256-encrypt.xml b/reference/sodium/functions/sodium-crypto-aead-aegis256-encrypt.xml index ad49d87c1a3c..cf3c13f6c29b 100644 --- a/reference/sodium/functions/sodium-crypto-aead-aegis256-encrypt.xml +++ b/reference/sodium/functions/sodium-crypto-aead-aegis256-encrypt.xml @@ -15,9 +15,9 @@ stringnonce #[\SensitiveParameter]stringkey - + Encrypt then authenticate a message with AEGIS-256. - + @@ -26,34 +26,34 @@ message - + The plaintext message to encrypt. - + additional_data - + Additional, authenticated data. This is used in the verification of the authentication tag appended to the ciphertext, but it is not encrypted or stored in the ciphertext. - + nonce - + A number that must be only used once, per message. - + key - + Encryption key (256-bit). - + @@ -61,9 +61,9 @@ &reftitle.returnvalues; - + Returns the ciphertext and authentication tag as a string of raw binary bytes. - + diff --git a/reference/sodium/functions/sodium-crypto-aead-aegis256-keygen.xml b/reference/sodium/functions/sodium-crypto-aead-aegis256-keygen.xml index f9404eb2eec9..0953540a5867 100644 --- a/reference/sodium/functions/sodium-crypto-aead-aegis256-keygen.xml +++ b/reference/sodium/functions/sodium-crypto-aead-aegis256-keygen.xml @@ -10,12 +10,12 @@ &reftitle.description; stringsodium_crypto_aead_aegis256_keygen - + - + Generate a random key for use with sodium_crypto_aead_aegis256_encrypt and sodium_crypto_aead_aegis256_decrypt. - + @@ -25,9 +25,9 @@ &reftitle.returnvalues; - + Returns a 256-bit random key. - +