Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weijiekoh/multiprecision-simd


https://github.com/weijiekoh/multiprecision-simd

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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:

```bash
wasm-pack test --firefox --headless --test mont
```

## References and credits