TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

TFHE-rs: The fastest open source Homomorphic Encryption library

32 pointsby zacchjover 2 years ago

2 comments

austinjpover 2 years ago
The posted article is a Rust implementation. The original implementation appears to be here:<p><a href="https:&#x2F;&#x2F;tfhe.github.io&#x2F;tfhe&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tfhe.github.io&#x2F;tfhe&#x2F;</a><p>&quot;TFHE: Fast Fully Homomorphic Encryption over the Torus&quot;<p>&quot;This library is the original version of TFHE that implements the base arithmetic and functionalities (bootstrapped and leveled).&quot;<p>&quot;TFHE is an open-source library for fully homomorphic encryption, distributed under the terms of the Apache 2.0 license.&quot;<p>Edit: Although actually that page links to Concrete, a set of Rust crates for FHE. The submitted link is part of the Concrete project.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;zama-ai&#x2F;concrete">https:&#x2F;&#x2F;github.com&#x2F;zama-ai&#x2F;concrete</a>
评论 #34366196 未加载
snthpyover 2 years ago
Oh this is exciting! Thank you!