Skip to content

Releases: sebadob/spow

v0.4.0

24 Sep 09:43
6d3e891
Compare
Choose a tag to compare

Breaking

There are now server and client features that must be enabled properly.
The old behavior was to simply separate code by target arch. However, this prevented you from compiling the server
side logic as WASM, which you might want to do in certain cases.

Server-Side WASM

The output directory has changed to prebuilt/, because you will now also find prebuilt server side WASM that
can't only solve a challenge, but also create a new one and validate. This makes it possible to host the server
side not only from a Rust backend, but basically anything that can work with WASM in the backend like NodeJS.

v0.3.0

17 Jul 18:35
477bc63
Compare
Choose a tag to compare
  • The asm feature has been made opt-it, because it is problematic on Windows
  • rebuild the wasm binary with latest updates and wasm-bindgen

v0.2.0

25 Dec 11:37
6adf97b
Compare
Choose a tag to compare
  • Changed the default difficulty to 20, which is more reasonable for modern processors
  • Added Pow::init_bytes() to init the secrets from given bytes

v0.1.1

19 Dec 11:25
505835c
Compare
Choose a tag to compare

Include more documentation on docs.rs

v0.1.0

19 Dec 11:12
Compare
Choose a tag to compare

Open Source Release