Updated crate name to standards
This commit is contained in:
parent
df3af977e0
commit
6b3e804308
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "PoW_SHA256"
|
name = "pow_sha256"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Robert Kornacki <robk@syre.io>"]
|
authors = ["Robert Kornacki <robk@syre.io>"]
|
||||||
description = """
|
description = """
|
||||||
|
|
|
@ -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.
|
Prove work was done, specifically targeting a phrase.
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use PoW_SHA256::PoW;
|
use pow_sha256::PoW;
|
||||||
|
|
||||||
// Very easy difficulty
|
// Very easy difficulty
|
||||||
let difficulty = u128::max_value() - u128::max_value() / 2;
|
let difficulty = u128::max_value() - u128::max_value() / 2;
|
||||||
|
|
Loading…
Reference in a new issue