You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.3.0
- Adding support for (relatively insecure) BN254 curve as used in Ethereum.
- Adding support for Circl implementation of the BLS12-381 curve, with Kyber wrappers.
IBE now supports keys on both G1 and G2
Also adds experimental IBE CPA support.
Removed an exposed but wrong Hash function from mod.Int (had risks of
crafted collisions and was meant to be fed with hashed content already)
Identity-based encryption features to support timelock encryption (#28)
migrated from the `timelock` branch where work was done previously,
but stripped out the aggregation code and added a few tests
Co-authored-by: nikkolasg <nikkolasg@gmail.com>