What does HackerNews think of concrete?
Concrete ecosystem is a set of crates that implements Zama's variant of TFHE. In a nutshell, fully homomorphic encryption (FHE), allows you to perform computations over encrypted data, allowing you to implement Zero Trust services.
Language:
Rust
#113
in
Rust
The posted article is a Rust implementation. The original implementation appears to be here:
"TFHE: Fast Fully Homomorphic Encryption over the Torus"
"This library is the original version of TFHE that implements the base arithmetic and functionalities (bootstrapped and leveled)."
"TFHE is an open-source library for fully homomorphic encryption, distributed under the terms of the Apache 2.0 license."
Edit: Although actually that page links to Concrete, a set of Rust crates for FHE. The submitted link is part of the Concrete project.
And also Concrete by Zama, coded in Rust https://github.com/zama-ai/concrete
Awesome. I've been keeping an eye on Zama AI, and in particular their Concrete[0] library. Glad to see they're a member now.