Skip to content

make finite field template depend only on underlying machine integer size #7

@cr-marcstevens

Description

@cr-marcstevens

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions