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

closes: _please link all relevant issues_ ### PR content/description This PR prepares the code base for multi-gpu support. At the moment all functions fall back to using only GPU 0,...

cla-signed
approved

This PR needs to be merged alongside shipping the latest Slab version into production.

cla-signed
ci

This is currently in draft as it's missing some docstrings and doctests, the rest should be mostly ready, you can likely check commit by commit to avoid being swamped by...

cla-signed

refs: https://github.com/zama-ai/tfhe-rs-internal/issues/531 ### PR content/description First step of proper non power of 2 moduli/NTT integration with the decomposer rework ### Check-list: * [x] Tests for the changes have been added...

cla-signed

**What is the problem you want to solve and can not with the current version?** I would like to use the TFHE-rs server functionality in a 32 or 64 bit...

feature_request

Does tfhe support compiled deployment on wasm? I'm trying to reference the tfhe lib in the wasm environment. code: ```toml tfhe = { version = "0.6.1", features = [ "boolean","shortint",...

feature_request

This is to allow specifying whether data should be compressed as compression and validation adds a very signigicant overhead especially in wasm where deserialization goes from 6 min to 450ms

cla-signed