UNPKG

tfhe

Version:

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

31 lines (30 loc) 612 B
{ "name": "tfhe", "type": "module", "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", "snippets" ], "main": "tfhe.js", "homepage": "https://zama.ai/", "types": "tfhe.d.ts", "sideEffects": [ "./snippets/*" ], "keywords": [ "fully", "homomorphic", "encryption", "fhe", "cryptography" ] }