Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sebastinas/pyrelic

python-relic version 0.3.1

28 Apr 16:40
v0.3.1

Choose a tag to compare

  • 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 advapi32 on Windows. This is required when linking to relic.

python-relic 0.3

18 Aug 08:56
v0.3

Choose a tag to compare

  • Add power_product_* and product_sum_* functions in favor of mul_sim_*. The deprecated mul_sim_* functions will be removed in version 0.4.
  • Add product_* and sum_* 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

27 Apr 12:10
v0.2.1

Choose a tag to compare

  • Add methods is_neutral and set_neutral to group elements.
  • Add implementation of structure preserving signatures on equivalence classes as example.
  • Extend documentation of examples.

python-relic 0.2

25 Mar 19:36
v0.2

Choose a tag to compare

  • Initialize relic automatically. with Relic(): ... is no longer necessary and the Relic context 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

23 Mar 16:31
v0.1.1

Choose a tag to compare

  • Include missing pyrelic/relic.pxd in sdist

python-relic 0.1

23 Mar 15:50
v0.1

Choose a tag to compare

  • Initial release