Skip to content

Commit 4039770

Browse files
committed
docs(tfhe): add dark market tutorial
1 parent cfbabf7 commit 4039770

File tree

3 files changed

+893
-0
lines changed

3 files changed

+893
-0
lines changed

tfhe/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ required-features = ["shortint", "internal-keycache"]
182182
name = "boolean_key_sizes"
183183
required-features = ["boolean", "internal-keycache"]
184184

185+
[[example]]
186+
name = "dark_market"
187+
required-features = ["integer", "internal-keycache"]
188+
185189
[[example]]
186190
name = "shortint_key_sizes"
187191
required-features = ["shortint", "internal-keycache"]

0 commit comments

Comments
 (0)