Home / Companies / Zama / Blog / May 2024

May 2024 Summaries

5 posts from Zama

Filter
Month: Year:
Post Summaries Back to Blog
Concrete is an open-source fully homomorphic encryption (FHE) compiler designed to simplify the development of FHE programs, particularly featuring a TFHE Compiler built on LLVM. In a tutorial by Zama team member Benoit Chevallier-Mames, users are guided on computing the XOR distance using Concrete, illustrating its practical application. The framework invites users to explore its capabilities through resources like the Concrete GitHub repository, documentation, and community support channels, while also encouraging participation in advancing the FHE field through Zama's Bounty Program.
May 28, 2024 88 words in the original blog post.
Concrete ML is a set of privacy-preserving machine learning tools designed to simplify the application of Fully Homomorphic Encryption (FHE) by enabling developers to automatically convert machine learning models into their homomorphic equivalents. In a tutorial by Zama team member Roman Bredehoft, users are guided on how to work with encrypted DataFrames using Concrete ML, which underscores the tool's practicality in preserving data privacy. The initiative encourages engagement through multiple channels, including starring their GitHub repository, exploring comprehensive documentation, joining community discussions, contributing via the Zama Bounty Program, and participating in a developer survey to further advance the FHE space.
May 21, 2024 96 words in the original blog post.
Concrete is an open-source FHE Compiler designed to simplify the implementation of fully homomorphic encryption (FHE) by utilizing a TFHE Compiler based on LLVM, which facilitates the development of FHE programs. In a tutorial by Zama team member Rudy Sicard, users are guided on accelerating neural networks through approximate rounding with Concrete. The framework is supported by resources such as Zama's GitHub repository, documentation, community support channels, and the Zama Bounty Program, which encourages contributions to advance the FHE space.
May 16, 2024 89 words in the original blog post.
TFHE-rs is designed for developers and researchers seeking control over their use of TFHE while abstracting away low-level complexities, aiming to provide a stable, simple, high-performance, and production-ready library for TFHE's advanced features. The tutorial by Zama team member Agnes Leroy demonstrates implementing GPU acceleration with TFHE-rs. Users are encouraged to support the project by starring its GitHub repository, reviewing the documentation, and participating in community channels. Additionally, the Zama Bounty Program and Grant Program invite contributions to further advance the field of Fully Homomorphic Encryption (FHE).
May 06, 2024 103 words in the original blog post.
The blog post explores the feasibility of Verifiable Fully Homomorphic Encryption (VFHE) by combining Fully Homomorphic Encryption (FHE) and Succinct Non-interactive ARguments of Knowledge (SNARKs) to ensure both the correctness and privacy of computations on encrypted data. Although FHE allows computations on encrypted inputs, it doesn't guarantee integrity, while SNARKs ensure computation integrity but require plaintext knowledge. The project focuses on TFHE, known for its lightweight programmable bootstrapping, to tackle the significant memory and computational costs associated with proving bootstrapping operations using SNARKs. By employing Incrementally Verifiable Computation (IVC) techniques with plonky2, the researchers transformed the bootstrapping operation into an efficient arithmetic circuit, significantly reducing the memory requirements and making it feasible to run on commodity laptops, though the process remains time-intensive. The study shows promise for VFHE's practicality and potential impact on privacy technologies, suggesting that further optimizations could enhance its efficiency and extend its applications.
May 05, 2024 1,293 words in the original blog post.