mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: fix the summary.
This commit is contained in:
committed by
Benoit Chevallier
parent
1a3455b9f8
commit
314e592d09
@@ -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.
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user