feat(tfhe): plug zk-pok into all layers

This commit is contained in:
tmontaigu
2024-04-08 10:00:36 +02:00
committed by Arthur Meyre
parent f868bb2397
commit 2c106e8f01
73 changed files with 4490 additions and 336 deletions

View File

@@ -162,7 +162,7 @@ cargo "${RUST_TOOLCHAIN}" nextest run \
--cargo-profile "${cargo_profile}" \
--package "${tfhe_package}" \
--profile ci \
--features="${ARCH_FEATURE}",integer,internal-keycache,"${avx512_feature}" \
--features="${ARCH_FEATURE}",integer,internal-keycache,zk-pok-experimental,"${avx512_feature}" \
--test-threads "${test_threads}" \
-E "$filter_expression"