Releases: sebastinas/pyrelic
Releases · sebastinas/pyrelic
python-relic version 0.3.1
- Test with Python 3.10.
- Drop support for Python 3.6 and 3.7.
- Add an implementation of core/helper anonymous credentials as example.
- Link with
advapi32on Windows. This is required when linking torelic.
python-relic 0.3
- Add
power_product_*andproduct_sum_*functions in favor ofmul_sim_*. The deprecatedmul_sim_*functions will be removed in version 0.4. - Add
product_*andsum_*helper functions. - Handle some relic error cases (reading of invalid data, BN growing larger than an internal limit) more gracefully.
python-relic 0.2.1
- Add methods
is_neutralandset_neutralto group elements. - Add implementation of structure preserving signatures on equivalence classes as example.
- Extend documentation of examples.
python-relic 0.2
- Initialize relic automatically.
with Relic(): ...is no longer necessary and theReliccontext manager will be removed in a future release. - Add more examples including BLS signatures, Bloom Filter KEM, Boneh-Franklin IBE
- Release the GIL for some of the expensive operations.
python-relic 0.1.1
- Include missing pyrelic/relic.pxd in sdist
python-relic 0.1
- Initial release