Neptune-Crypto / twenty-first

Collection of mathematics routines and cryptography for the twenty-first century
GNU General Public License v2.0
73 stars 22 forks source link

simplify field element construction #188

Closed jan-ferdinand closed 7 months ago

jan-ferdinand commented 7 months ago

The main addition are the bfe! and xfe! macros. They simplify construction of BFieldElements and XFieldElements, respectively.

Additionally,