scipr-lab / libff

C++ library for Finite Fields and Elliptic Curves
Other
149 stars 82 forks source link

Delete binary_utils and separate binary methods into tcc and cpp #96

Closed alexander-zw closed 3 years ago

alexander-zw commented 3 years ago

Description

Bug fixes that weren't caught until I tried to merge this with libiop.

Removed the file binary_utils.hpp since for now we're going to have it live in libiop.

Separated binary field class methods into tcc (templated) and cpp (nontemplated) to fix linker errors.


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.