- Implemented faster subgroup membership tests for pairing-friendly curves
- Added const correctness to the whole library
- New pairing-friendly curves (BLS24 family)
- Improved multithreading support on Windows
- Added several laconic Private Set Intersection (PSI) protocols from https://eprint.iacr.org/2022/529
- Added Extendable (Threshold) Ring Signature Protocols from https://eprint.iacr.org/2021/1240
- Added pairing delegation protocols from https://eprint.iacr.org/2021/1029
- Added Bernstein-Yang constant-time field inversion protocol as described in https://eprint.iacr.org/2021/549
- Added Shamir's secret sharing and triples for MPC in pairing groups as in https://eprint.iacr.org/2020/691
- Many other fixes and improvements