Skip to content

Commit

Permalink
docs(tfhe): add dark market tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
yagizsenal committed May 11, 2023
1 parent cfbabf7 commit 08fe1ec
Show file tree
Hide file tree
Showing 3 changed files with 895 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tfhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ required-features = ["shortint", "internal-keycache"]
name = "boolean_key_sizes"
required-features = ["boolean", "internal-keycache"]

[[example]]
name = "dark_market"
required-features = ["integer", "internal-keycache"]

[[example]]
name = "shortint_key_sizes"
required-features = ["shortint", "internal-keycache"]
Expand Down
Loading

0 comments on commit 08fe1ec

Please sign in to comment.