Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotnwat/xmonarch
Cryptonight hash function in asm.js and WebAssembly
https://github.com/dotnwat/xmonarch
asmjs cryptonight emscripten javascript monero wasm webassembly
Last synced: 13 days ago
JSON representation
Cryptonight hash function in asm.js and WebAssembly
- Host: GitHub
- URL: https://github.com/dotnwat/xmonarch
- Owner: dotnwat
- Created: 2017-02-25T18:49:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T02:18:23.000Z (almost 7 years ago)
- Last Synced: 2024-10-01T06:01:18.153Z (about 2 months ago)
- Topics: asmjs, cryptonight, emscripten, javascript, monero, wasm, webassembly
- Language: C++
- Homepage:
- Size: 740 KB
- Stars: 51
- Watchers: 7
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/noahdesu/xmonarch.svg?branch=master)](https://travis-ci.org/noahdesu/xmonarch)
* Make
* C/C++ compiler
* Docker (for Emscripten SDK)```bash
make test
```