Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weijiekoh/multiprecision-simd
https://github.com/weijiekoh/multiprecision-simd
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/weijiekoh/multiprecision-simd
- Owner: weijiekoh
- License: apache-2.0
- Created: 2024-08-16T21:35:08.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-12T00:38:31.000Z (4 months ago)
- Last Synced: 2024-09-12T10:29:54.615Z (4 months ago)
- Language: Rust
- Size: 95.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
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