0.11
Ask or search…
K
Links
Comment on page

What is Concrete Numpy?

Concrete Numpy is now integrated into Concrete (former package concrete-numpy is replaced by concrete-python). Read full announcement here
Concrete-Numpy is an open-source library which simplifies the use of fully homomorphic encryption (FHE).
FHE is a powerful cryptographic tool, which allows computation to be performed directly on encrypted data without needing to decrypt it first. With FHE, you can build services that preserve privacy for all users. FHE is also great against data breaches as everything is done on encrypted data. Even if the server is compromised, in the end no sensitive data is leaked.

Organization of this documentation

This documentation is split into several sections:
  • Getting Started gives you the basics,
  • Tutorials gives you some essential examples on various features of the library,
  • How to helps you perform specific tasks,
  • and Developer explains the inner workings of the library and everything related to contributing to the project.

Looking for support? Ask our team!