Skip to content

RELIC version 0.7.0

Latest
Compare
Choose a tag to compare
@dfaranha dfaranha released this 27 Dec 15:27
· 26 commits to main since this release
  • Added new algorithms for division by 3 and square root extraction in prime fields
  • Added new pairing-friendly curve families, such as KSS and FM variants; and complete support for some others
  • Added new pairing-friendly curves at the 192-bit security level from https://eprint.iacr.org/2024/1223
  • Implemented Bernstein-Yang and Pornin's algorithm for Legendre symbol computation from https://eprint.iacr.org/2023/1261
  • Implemented GLV-SAC method for G2/GT arithmetic from https://eprint.iacr.org/2013/158
  • Implemented new methods for elliptic curve hashing and subgroup membership testing
  • Many other fixes and improvements