Files
doc-fr/reference/sodium/book.xml
Hubert BOSSOT 3caf420c2a Update Sodium book.xml (#70)
Sync with the English version instead of having it blank
2021-08-30 22:01:56 +02:00

46 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e7853a8a24fd5de419860cf00e00320905e7cb4c Maintainer: girgias Status: ready -->
<!-- Reviewed: yes -->
<book xml:id="book.sodium" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>Sodium</title>
<titleabbrev>Sodium</titleabbrev>
<preface xml:id="intro.sodium">
&reftitle.intro;
<para>
Sodium est une bibliothèque moderne et facile à utiliser pour le chiffrement, déchiffrement, les signatures, et le hashage de mot de passe entre autres.
Son objectif est de fournir toutes les opérations de base nécessaires à la construction d'outils cryptographiques de plus haut niveau.
</para>
</preface>
&reference.sodium.setup;
&reference.sodium.constants;
&reference.sodium.reference;
&reference.sodium.sodiumexception;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->