{
  "name": "tfhe",
  "type": "module",
  "description": "TFHE-rs is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.",
  "version": "1.1.3",
  "license": "BSD-3-Clause-Clear",
  "repository": {
    "type": "git",
    "url": "https://github.com/zama-ai/tfhe-rs"
  },
  "files": [
    "tfhe_bg.wasm",
    "tfhe.js",
    "tfhe.d.ts",
    "snippets"
  ],
  "main": "tfhe.js",
  "homepage": "https://zama.ai/",
  "types": "tfhe.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "fully",
    "homomorphic",
    "encryption",
    "fhe",
    "cryptography"
  ]
}
