feat(tfhe): add typed API

the `typed_api` module is basically the concrete 0.2 codebase
with modifications
This commit is contained in:
tmontaigu
2023-03-22 12:07:16 +01:00
parent 8999ea3766
commit 42b569bcd7
51 changed files with 6126 additions and 2 deletions

4
.gitignore vendored
View File

@@ -3,9 +3,9 @@ target/
.vscode/
# Path we use for internal-keycache during tests
keys/
./keys/
# In case of symlinked keys
keys
./keys
**/Cargo.lock
**/*.bin