sdiehl / galois-field

Finite field and algebraic extension field arithmetic
MIT License
50 stars 13 forks source link

Merge with inversion #13

Closed Multramate closed 5 years ago

Multramate commented 5 years ago

Some minor optimisations have been made to improve multiplication and division, and the efficiency of inversion in the current list implementation has been investigated. This branch has done its job, so any future optimisations on field operations should be under a new branch. This includes adding fusion rules and adding worker wrapper transformations, which are not inversion-specific.