Metadata-Version: 2.1
Name: python-challenge-bypass-ristretto
Version: 2020.3.13rc2.dev4
Summary: Bindings for Brave's Ristretto-flavored Privacy Pass library.
Home-page: https://github.com/
Author: Ramakrishnan Muthukrishnan
Author-email: ram@leastauthority.com
License: Mozilla Public License v2
Platform: any
Description-Content-Type: text/markdown
Requires-Dist: cffi
Requires-Dist: attrs
Provides-Extra: tests
Requires-Dist: testtools ; extra == 'tests'
Requires-Dist: hypothesis ; extra == 'tests'

Python bindings for Brave's [privacy pass](https://github.com/brave-intl/challenge-bypass-ristretto) library
using the provided [ffi](https://github.com/brave-intl/challenge-bypass-ristretto-ffi) APIs.

WARNING: These bindings are in very early stages and is not usable yet.

# How to build

The rust ffi library is a git submodule, so
```
git clone --recursive https://github.com/LeastAuthority/python-challenge-bypass-ristretto
```
should clone everything needed to build

```
python setup.py build sdist bdist_wheel
pip install --editable .
```

# License

Currently the same license as the Brave's library, Mozilla Public License v2.

# Copyright

Least Authority TFA GmbH


