scipr-lab / libff

C++ library for Finite Fields and Elliptic Curves
Other
153 stars 86 forks source link

Use std::size_t and fix indentation in common/ and algebra/scalar_multiplication/ #87

Closed alexander-zw closed 3 years ago

alexander-zw commented 3 years ago

Description

After most code has been changed to use std::size_t, this PR takes care of the last files that still do not, common/ and algebra/scalar_multiplication/. It also adjust some formatting in these files to be consistent with other parts of the repo.

closes: N/A


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.