diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -10,7 +10,10 @@ multiplication). Also, there are possibly better BS algorithms by now. ## How to build it First, make sure make and GCC, as well as the libraries FLINT and Libgcrypt are -installed. Then, make use of the included `Makefile`. +installed. You can get the dependencies with the help of GNU Guix, using +`dev-shell` script that you can find in the project's root. + +Then, make use of the included `Makefile`. ``` make @@ -182,11 +185,5 @@ Sum of polynomials in the ring: Interestingly, only modulo operations in the latter range seem to be directly supported in FLINT as of today. -## Building - -You can install the dependencies with GNU Guix using `dev-shell` script that you -can find in project's root. For the rest, please consult the included Makefile -:) - - [1] https://eprint.iacr.org/2008/322 - [2] https://flintlib.org/ |