UNPKG

node-tfhe

Version:

TFHE-rs is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.

25 lines 537 B
{ "name": "node-tfhe", "description": "TFHE-rs is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.", "version": "1.3.2", "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" ], "main": "tfhe.js", "homepage": "https://zama.ai/", "types": "tfhe.d.ts", "keywords": [ "fully", "homomorphic", "encryption", "fhe", "cryptography" ] }