sppark icon indicating copy to clipboard operation
sppark copied to clipboard

Zero-knowledge template library

Results 6 sppark issues
Sort by recently updated
recently updated
newest added

When i observed the implementation of Montgomery multiplication over finite fields, I'm very confused about ```c static inline void mad_n_redc(uint32_t even[], uint32_t odd[], const uint32_t a[], uint32_t bi, bool first=false)...

## TL;DR: compilation error on a `cargo check` I upgraded nvcc to 12.3 according to the hints in https://github.com/supranational/pasta-msm/commit/8ccdc45ca5938168b0a3f67462765926a0da9b40 and got a compilation error on a simple `cargo check`: The...

`# include ` in `sppark/ff/bls12-381.hpp` fails as this file is nowhere defined.

Instead of building for alone, [WebGPU](https://github.com/gfx-rs/wgpu) provides the a wrapper which would be compatible with vulkan, metal, and more. This also allows the library to be called from the web...