{ "name": "paillier-lsc", "description": "Efficient pure-Rust library for the Paillier partially homomorphic encryption scheme", "version": "0.1.2", "license": "MIT OR Apache-2.0", "repository": { "type": "git", "url": "https://github.com/ZenGo-X/rust-paillier" }, "files": [ "paillier_bg.wasm", "paillier.js", "paillier_bg.js", "paillier.d.ts", "LICENSE-APACHE", "LICENSE-MIT" ], "module": "paillier.js", "types": "paillier.d.ts", "sideEffects": false, "keywords": [ "paillier", "homomorphic", "encryption", "zero-knowledge", "cryptoagorithms" ] }