node-seal
Homomorphic Encryption for TypeScript or JavaScript - Microsoft SEAL
File Explorer
Download Latest Version (.zip)- bug_report.md
- cd.yml
- ci.yml
- wasm.html
- em-update.sh
- postrollup.sh
- seal-build-wasm.sh
- seal-clean.sh
- seal-cmake.sh
- seal-make.sh
- submodule-update.sh
- batch-encoder.test.ts
- ciphertext.test.ts
- ckks-encoder.test.ts
- coeff-modulus.test.ts
- compr-mode-type.test.ts
- context.test.ts
- encrypt-decrypt.test.ts
- encryption-parameters.test.ts
- evaluator-bfv.test.ts
- evaluator-bgv.test.ts
- evaluator-ckks.test.ts
- galois-keys.test.ts
- key-generator.test.ts
- memory-pool-handle.test.ts
- modulus.test.ts
- parms-id-type.test.ts
- plain-modulus.test.ts
- plaintext.test.ts
- public-key.test.ts
- relin-keys.test.ts
- scheme-type.test.ts
- secret-key.test.ts
- security-level.test.ts
- transparent-allows.test.ts
- transparent-throws.test.ts
- vectorModulus.test.ts
- .gitignore
- index_allows.ts
- index_throws.ts
- emsdk
- SEAL
- .gitignore
- .gitmodules
- .n-node-version
- .prettierignore
- .prettierrc
- BENCHMARK.md
- CHANGES.md
- CITATION.cff
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- FULL-EXAMPLE.md
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- USAGE.md
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/s0l0ist/node-seal
Downloads the entire project code from GitHub to your computer.
cd node-seal
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install node-seal
Downloads and installs the libraries listed in package.json.
yarn add node-seal
Type this command into your terminal and run it.
pnpm add node-seal
Type this command into your terminal and run it.
npm run seal:build:bench
Type this command into your terminal and run it.
npm run benchmark
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
