msm-webgpu 0.1.0

Multi-Scalar Multiplication (MSM) implementation for WebGPU.
Documentation
1
2
3
4
5
6
pub mod cuzk;
pub mod decompose_shader;
pub mod field;
pub mod point;
pub mod smvp_shader;
pub mod transpose_shader;