From 8ecb987f50c9b142b51c065010f570eb2e40bcd2 Mon Sep 17 00:00:00 2001 From: Aravinth Date: Wed, 2 Sep 2020 11:52:31 +0530 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index fce86ca..dde62c0 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # PoW_SHA256 +> Shuttlecraft's copy of `pow_sha256` by [robkorn](https://github.com/robkorn/pow_sha256) which is a modified version of [`pow` library](https://github.com/bddap/pow). All copyrights belong to the original authors. + Rust crate which generates SHA256 Proofs of Work on serializable datatypes. Whether for blockchain-related projects or Hashcash-like schemes, this crate can be used to prove work was done on a given serializable input. The input merely needs to implement `serde::Deserialize` to be used.