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:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tfhe"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
readme = "../README.md"
|
||||
keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]
|
||||
|
||||
@@ -6,7 +6,7 @@ To use `TFHE-rs` in your project, you first need to add it as a dependency in yo
|
||||
|
||||
|
||||
```toml
|
||||
tfhe = { version = "0.1.0", features = [ "boolean", "shortint", "x86_64-unix" ] }
|
||||
tfhe = { version = "0.2.0", features = [ "boolean", "shortint", "x86_64-unix" ] }
|
||||
```
|
||||
|
||||
## Choosing your features
|
||||
|
||||
Reference in New Issue
Block a user