m4gb icon indicating copy to clipboard operation
m4gb copied to clipboard

make finite field template depend only on underlying machine integer size

Open cr-marcstevens opened this issue 7 years ago • 0 comments

Currently for every distinct field we need to compile a distinct binary as the fieldsize is a template parameter. By making the integer size the template parameter and the fieldsize a runtime parameter, we can support many finite fields with a single binary.

cr-marcstevens avatar Nov 03 '17 11:11 cr-marcstevens