aboutsummaryrefslogtreecommitdiffstats
path: root/doc/python.rst
blob: dcd274eed1f21666e1c49199acb98a0d6a02d5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

Python Binding
========================================

.. highlight:: python

.. note::

   The Python binding should be considered alpha software, and the
   interfaces may change in the future.

Botan includes a binding for Python, implemented using Boost.Python.

.. literalinclude:: examples/python/rsa.py