added vmp_prepare_dblptr

This commit is contained in:
Jean-Philippe Bossuat
2025-01-31 15:39:08 +01:00
parent 7704e14d45
commit 0b8bf98b2a
6 changed files with 39 additions and 10 deletions

11
base2k/README.md Normal file
View File

@@ -0,0 +1,11 @@
# DISCLAIMER: ONLY TESTED ON UBUNTU
To use this crate you need to build spqlios-arithmetic, which is provided a as a git submodule:
1) Initialize the sub-modile
2) $ cd base2k/spqlios-arithmetic
3) mdkir build
4) cd build
5) cmake ..
6) make
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.