feat(tfhe): js tests, remove server key requirement for shortint PK

This commit is contained in:
Arthur Meyre
2022-12-14 11:23:13 +01:00
committed by jborfila
parent 6cf14a5161
commit d2392e887f
14 changed files with 265 additions and 40 deletions

View File

@@ -10,7 +10,7 @@ repository = "https://github.com/zama-ai/tfhe-rs"
license = "BSD-3-Clause-Clear"
description = "TFHE-rs is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE."
build = "build.rs"
exclude = ["/docs/", "/c_api_tests/", "/CMakeLists.txt"]
exclude = ["/docs/", "/c_api_tests/", "/CMakeLists.txt", "/js_on_wasm_tests/"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html