-
Notifications
You must be signed in to change notification settings - Fork 0
WASM crate #14
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Summary
Publish a WASM crate that exposes squid's key generation API to JavaScript/TypeScript clients running in the browser or Node.js.
Background
The WASM crate is scoped to key generation only. Encryption (and homomorphic evaluation) runs server-side. The client uses the WASM crate to generate its keys locally and ships them to the server as needed for the chosen workflow.
Work
squid-wasmcrate usingwasm-bindgenContext,Params,SecretKey, andEvaluationKeyto JS