/multiprecision-simd

Primary LanguageRustApache License 2.0Apache-2.0

multiprecision-simd

Big integer, finite field, and elliptic curve operations built atop WebAssembly SIMD (single instruction, multiple data) instructions.

Progress:

  • Big integer arithmetic
  • Finite field arithmetic
  • Elliptic curve operations

Getting started

TODO

Overview

TODO

Running benchmarks

Field multiplication benchmarks:

wasm-pack test --firefox --headless --test mont

References and credits