Skip to content

Commit

Permalink
Group footnotes in a rubric
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Dec 30, 2017
1 parent 14058e9 commit 83b63f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/src/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -402,16 +402,18 @@ to install the appropriate plugins:
$ # Plugin based on the PHP-Crypto extension
$ php composer.php require fpoirotte/cryptal-php-crypto

.. rubric:: Footnotes

.. [#aes_sodium]
libsodium only supports AES-256 in GCM mode.
Also, this cipher/mode combination is not available
unless the processor of the machine running the code
has support for the AES-NI instruction set.
.. [#php_tomcrypt_0_3_0]
Requires version 0.3.0 or later of the PHP tomcrypt extension.
.. [#tomcrypt_1_18]
Requires version 1.18 or later of LibTomCrypt.
.. [#php_tomcrypt_0_3_0]
Requires version 0.3.0 or later of the PHP tomcrypt extension.
.. vim: ts=4 et

0 comments on commit 83b63f8

Please sign in to comment.