msm-webgpu 0.1.0

Multi-Scalar Multiplication (MSM) implementation for WebGPU.
Documentation
1
2
3
4
5
pub mod gpu;
pub mod msm;
pub mod shader_manager;
pub mod test;
pub mod utils;