1.. _cryptography:
2
3Cryptography
4############
5
6The crypto section contains information regarding the cryptographic primitives
7supported by the Zephyr kernel. Use the information to understand the principles
8behind the operation of the different algorithms and how they were implemented.
9
10The following crypto libraries have been included:
11
12
13.. toctree::
14   :maxdepth: 1
15
16   psa_crypto.rst
17   random/index.rst
18   api/index.rst
19