scipr-lab / libff

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

Improve build and tooling #63

Open AntoineRondelet opened 3 years ago

AntoineRondelet commented 3 years ago

It would be nice to improve the library's tooling to use things like:

Using such tools is a good way to enforce coding standards, coding best practices and improve the overall security of the project by increasing the chances to detect race conditions, memory leaks etc.