#nano #proof #generate #cryptocurrency #pow #generation #tool

nanopow-rs

Small Rust library to generate proof of work for the Nano cryptocurrency

7 releases

Uses old Rust 2015

0.3.3 Mar 8, 2018
0.3.2 Mar 7, 2018
0.2.0 Feb 21, 2018
0.1.1 Feb 21, 2018

#27 in #pow

21 downloads per month

MIT license

12KB
254 lines

Nanopow-rs

Small Rust library to generate proof of work for the Nano cryptocurrency. Fully parallelized on the CPU. The goal is for this to be easily includable in web applications using WASM and stdweb. Currently, it works best as a native POW generation tool in Rust projects as well as in Node.js using nanopow-rs-node.


lib.rs:

Small Rust library to generate proof of work for the Nano cryptocurrency. Fully parallelized on the CPU. The goal is for this to be easily includable in web applications as WASM using Parcel and stdweb. Currently, it works best as a native POW generation tool used in Rust and Node apps through nanopow-rs-node

Dependencies

~6MB
~110K SLoC