1.1 KiB
1.1 KiB
title | description | lead | date | lastmod | draft | images | menu | weight | toc | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
pow_sha256 | API documenttion for PoW Library used in mCaptcha | 2021-03-11 | 2021-04-01 22:57 | false |
|
553 | true |
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