chore: fix the summary.

This commit is contained in:
Benoit Chevallier-Mames
2022-01-12 17:11:47 +01:00
committed by Benoit Chevallier
parent 1a3455b9f8
commit 314e592d09
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Concrete Numpy
Concrete Numpy is a package containing tools to compile Numpy functions into Fully Homomorphic Encryption equivalents. Concrete Numpy goes on top of the Concrete Compiler and Concrete Library.
Concrete Numpy is a python package that contains the tools data scientists need to compile various numpy functions into their Fully Homomorphic Encryption (FHE) equivalents. Concrete Numpy goes on top of the Concrete Library and its Compiler.

View File

@@ -1,7 +1,7 @@
[tool.poetry]
name = "concrete-numpy"
version = "0.3.0-rc1"
description = "Concrete Numpy is a package containing tools to compile Numpy functions into Fully Homomorphic Encryption equivalents. Concrete Numpy goes on top of the Concrete Compiler and Concrete Library."
description = "Concrete Numpy is a python package that contains the tools data scientists need to compile various numpy functions into their Fully Homomorphic Encryption (FHE) equivalents. Concrete Numpy goes on top of the Concrete Library and its Compiler."
license = "BSD-3-Clause"
authors = [
"Zama <hello@zama.ai>",