penumbra-zone / webgpu

WebGPU-based Groth16 prover to accelerate client-side proof generation for the Penumbra Protocol
4 stars 1 forks source link

Typescript wrapper for WebGPU MSM #10

Open TalDerei opened 11 months ago

TalDerei commented 11 months ago

I'll be working on a strategy to lift more of the underlying proving system logic to be exposed in the web. This will involve building a typescript wrapper class to overwrite the WASM-based MSM calls in the commitment scheme (part of the build method) with the eventual WebGPU-version.