vmp & svp doc

This commit is contained in:
Jean-Philippe Bossuat
2025-02-04 10:51:11 +01:00
parent 12004c426a
commit e4a976ec9e
11 changed files with 759 additions and 500 deletions

View File

@@ -1,11 +1,12 @@
# DISCLAIMER: ONLY TESTED ON UBUNTU
## WSL/Ubuntu
To use this crate you need to build spqlios-arithmetic, which is provided a as a git submodule:
1) Initialize the sub-modile
1) Initialize the sub-module
2) $ cd base2k/spqlios-arithmetic
3) mdkir build
4) cd build
5) cmake ..
6) make
## Others
Steps 3 to 6 might change depending of your platform. See [spqlios-arithmetic/wiki/build](https://github.com/tfhe/spqlios-arithmetic/wiki/build) for additional information and build options.