jfrery-zama's picture
first commit
6d69a4c unverified
raw
history blame contribute delete
513 Bytes
{
"name": "concrete-ml-extensions",
"type": "module",
"description": "Private matrix multiplication library using fully homomorphic encryption",
"version": "0.1.9",
"license": "BSD-3-Clause-Clear",
"files": [
"concrete_ml_extensions_wasm_bg.wasm",
"concrete_ml_extensions_wasm.js",
"concrete_ml_extensions_wasm.d.ts"
],
"main": "concrete_ml_extensions_wasm.js",
"homepage": "https://zama.ai",
"types": "concrete_ml_extensions_wasm.d.ts",
"sideEffects": [
"./snippets/*"
]
}