Skip to content

Commit

Permalink
chore(tfhe-rs): update to tfhe-rs 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dartdart26 committed Jan 18, 2024
1 parent d37aaf6 commit cf818d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "fhevm-tfhe-cli"
version = "0.1.1"
version = "0.2.3"
authors = ["Zama <[email protected]>"]
edition = "2021"
license = "Unlicense"
license = "BSD-3-Clause-Clear"
homepage = "https://github.com/zama-ai/fhevm-tfhe-cli"
repository = "https://github.com/zama-ai/fhevm-tfhe-cli"
publish = false
Expand All @@ -12,4 +12,4 @@ publish = false
bincode = "1.3.3"
clap = { version = "3.1.18", features = ["derive"] }
serde = "1.0"
tfhe = { git = "https://github.com/zama-ai/tfhe-rs.git", rev = "tfhe-rs-0.4.0", features = ["boolean", "experimental-force_fft_algo_dif4", "shortint", "integer"] }
tfhe = { git = "https://github.com/zama-ai/tfhe-rs.git", rev = "tfhe-rs-0.4.1", features = ["boolean", "experimental-force_fft_algo_dif4", "shortint", "integer"] }
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Tags:

* v0.2.1: based on tfhe-rs 0.3.1
* v0.2.2: based on tfhe-rs 0.4.0
* v0.2.3: based on tfhe-rs 0.4.1

# Build

Expand All @@ -25,7 +26,7 @@ cargo build --features tfhe/x86_64-unix --release
cargo build --features tfhe/aarch64-unix --release
```

# Docker
## Docker
```
docker build -t fhevm-tfhe-cli:latest .
```
Expand Down

0 comments on commit cf818d9

Please sign in to comment.