rindlow / python-nettle

GNU Lesser General Public License v3.0
5 stars 0 forks source link

python-nettle

Python bindings for the nettle low-level cryptographic library

Getting Started

Prerequisites

You'll need at least version 3 of nettle installed.

Installing

cd src
python generator.py
cd ..
python setup.py install

Both python2 and python3 is supported.

Authors

License

python-nettle is like Nettle dual licenced under the GNU General Public License version 2 or later, and the GNU Lesser General Public License version 3 or later - see COPYINGv2, COPYINGv3 or COPYING.LESSERv3 for details

Acknowledgements

Thanks to Niels Möller for the Nettle library