Metadata-Version: 2.2
Name: pyoprf
Version: 0.7.1
Summary: python bindings for liboprf
Home-page: https://github.com/stef/liboprf/python
Author: Stefan Marsiske
Author-email: toprf@ctrlc.hu
License: LGPLv3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Security
Description-Content-Type: text/markdown
Requires-Dist: pysodium
Requires-Dist: SecureString
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# pyoprf

This is the python bindings for liboprf.

## installation

you'll need https://github.com/stef/liboprf/
which depends on libsodium.
a simple `pip install pyoprf` should suffice to install the bindings.

## usage

see the file `test.py`

## License

LGPLv3.0+
