pairings.py icon indicating copy to clipboard operation
pairings.py copied to clipboard

Elliptic curve pairing in Python

Results 1 pairings.py issues
Sort by recently updated
recently updated
newest added

Part of my work for [Ocelot](https://ocelot.net) included researching an HIBE-like system for managing keys and permissions. I used pairings.py's bn256 curve code to implement the Setup, KeyGen, Encrypt, and Decrypt...