pow_sha256
Rust crate which generates SHA256 Proofs of Work on serializable datatypes.
This is a fork of the pow
library by
@robkorn) with some new
additions. Primary of these being:
- PoW datatype now offers a constructor
- Salt is no longer hard coded into the library, users can provide unique salts.
Other small changes have also been included of various importance but mostly just stylistic/ease of use improvements.
Versions
Changelog
Changelog is available at the project’s repository