:py:mod:`pylibressl` ==================== .. py:module:: pylibressl .. autoapi-nested-parse:: LibreSSL bindings for Python. Contains many cryptographic primitives, specifically: * `digest` -- various hash functions * `cipher` -- symmetric ciphers, incl. authenticated * `mac` -- Message Authentication Codes * `rsa` -- RSA operations (sign/verify) * `kdf` -- key derivation algorithms * `utils` -- miscellaneous crypto utilities For more details, see appropriate subpackages. Subpackages ----------- .. toctree:: :titlesonly: :maxdepth: 3 cipher/index.rst digest/index.rst kdf/index.rst mac/index.rst rand/index.rst rsa/index.rst Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 build/index.rst exceptions/index.rst lib/index.rst utils/index.rst Package Contents ---------------- Functions ~~~~~~~~~ .. autoapisummary:: pylibressl.initialize_libressl .. py:function:: initialize_libressl()