This repository is dedicated to the implementation of Multi-Scalar Multiplication (MSM) algorithms on the MNT4-298 curve using Rust. Our suite contains 10 algorithm implementations and an ...
This project implements high-performance dense-dense, dense-sparse, and sparse-sparse matrix multiplication using C++ with configurable multi-threading, SIMD optimizations, and cache miss minimization ...