Replies: 2 comments 1 reply
-
Do you have a build flow for that library that emits webassembly modules? Would make it a lot easier to integrate into Anubis. |
Beta Was this translation helpful? Give feedback.
0 replies
-
no, but i'm pretty sure emscripten can build this into wasm. i'm a systems programmer not a web-frontend person, for one of my other projects some kind soul donated a js/wasm binding, maybe this could be used as a starting point for getting equihash as wasm: https://github.com/stef/libopaque/blob/master/js/Makefile |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
equihash is a PoW algo that
tor uses a variant of equihash for ratelimiting, and i maintain a library that implements the original at https://github.com/stef/equihash
Beta Was this translation helpful? Give feedback.
All reactions