Updated crate name to standards

This commit is contained in:
Robert Kornacki 2019-07-23 12:18:43 -04:00
parent df3af977e0
commit 6b3e804308
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "PoW_SHA256"
name = "pow_sha256"
version = "0.1.0"
authors = ["Robert Kornacki <robk@syre.io>"]
description = """

View file

@ -16,7 +16,7 @@ Other small changes have also been included of various importance but mostly jus
Prove work was done, specifically targeting a phrase.
```rust
use PoW_SHA256::PoW;
use pow_sha256::PoW;
// Very easy difficulty
let difficulty = u128::max_value() - u128::max_value() / 2;