mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(tfhe): update version to 0.2.0
This commit is contained in:
@@ -41,7 +41,7 @@ production-ready library for all the advanced features of TFHE.
|
||||
To use `TFHE-rs` in your project, you first need to add it as a dependency in your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
tfhe = { version = "0.1.0", features = [ "boolean","shortint","x86_64-unix" ] }
|
||||
tfhe = { version = "0.2.0", features = [ "boolean","shortint","x86_64-unix" ] }
|
||||
```
|
||||
|
||||
Here is a full example evaluating a Boolean circuit:
|
||||
|
||||
Reference in New Issue
Block a user