Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 96a8863cc0403bb23a99caff9a113b64f3524671 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<!-- EN-Revision: cc7976fa40eef4c07fc1e90813146be1503fb464 Maintainer: lacatoire Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.sodium-crypto-aead-chacha20poly1305-encrypt">
<refnamediv>
<refname>sodium_crypto_aead_chacha20poly1305_encrypt</refname>
Expand Down Expand Up @@ -64,7 +63,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<simpara>
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.
</simpara>
</refsect1>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 96a8863cc0403bb23a99caff9a113b64f3524671 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<!-- EN-Revision: cc7976fa40eef4c07fc1e90813146be1503fb464 Maintainer: lacatoire Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.sodium-crypto-aead-chacha20poly1305-ietf-encrypt">
<refnamediv>
<refname>sodium_crypto_aead_chacha20poly1305_ietf_encrypt</refname>
Expand Down Expand Up @@ -67,7 +66,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<simpara>
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.
</simpara>
</refsect1>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 96a8863cc0403bb23a99caff9a113b64f3524671 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<!-- EN-Revision: cc7976fa40eef4c07fc1e90813146be1503fb464 Maintainer: lacatoire Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.sodium-crypto-aead-xchacha20poly1305-ietf-encrypt">
<refnamediv>
<refname>sodium_crypto_aead_xchacha20poly1305_ietf_encrypt</refname>
Expand Down Expand Up @@ -68,7 +67,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<simpara>
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.
</simpara>
</refsect1>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 96a8863cc0403bb23a99caff9a113b64f3524671 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<!-- EN-Revision: cc7976fa40eef4c07fc1e90813146be1503fb464 Maintainer: lacatoire Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.sodium-crypto-stream-xchacha20-xor-ic">
<refnamediv>
<refname>sodium_crypto_stream_xchacha20_xor_ic</refname>
Expand Down Expand Up @@ -73,7 +72,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<simpara>
Le texte chiffré, ou &return.falseforfailure;.
Le texte chiffré.
</simpara>
</refsect1>

Expand Down
Loading