tfhe-rs icon indicating copy to clipboard operation
tfhe-rs copied to clipboard

TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data.

Results 42 tfhe-rs issues
Sort by recently updated
recently updated
newest added

### PR content/description This is a small fix to enable non-FHS distributions (in my case nixOS) to properly execute bash scripts available in this repository, ### Check-list: * [ ]...

**What is the problem you want to solve and can not with the current version?** There is no straightforward way of arbitrarily initializing (G)lweCiphertextList structs. **Describe the solution you'd like**...

feature_request

closes: #1108 ### PR content/description The first commit adds `from_fn` methods for `(G)lweCiphertextList`, enabling the user to directly initialize ciphertext lists using a closure. This closure must receive an `usize`...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1. Release notes Sourced from codecov/codecov-action's releases. v4.3.1 What's Changed build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @​dependabot in codecov/codecov-action#1370 fix: more verbose log...

cla-signed
dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @​jww3 in actions/checkout#1692 Add dependabot config by @​cory-miller in...

cla-signed
dependencies

Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from bb45937a053e097f8591208d8e74c90db1873d07 to d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a. Commits d8352f6 Move CARGO_HOME step in front of rustup install 22eb75f Add description for CARGO_HOME step e4e1c59 Combine CARGO_HOME choice into a single step...

cla-signed
dependencies

### Language Proofreading has been done through all the contents in "Get Started", "Fundamentals", "Guides", and "Tutorials", the main changes are : - Rephrased sentences to improve readability - Transform...

cla-signed

This adds eq_slices functions. This function, compares to slices of radix ciphertexts and returns true if all pairs of element are equal.

cla-signed

This refactors the integer's CompactCiphertextList to allow storing usngined, signed (not with necessarily the same number of blocks) and booleans in a single comapct list. This is better as its...

cla-signed
approved

closes: [#572](https://github.com/zama-ai/tfhe-rs-internal/issues/572) ### PR content/description This adds a check in pcc for broken links in the doc, using [mlc](https://github.com/becheran/mlc). The check in pcc currently only tests internal links (using `make...

cla-signed