| Crates.io | progpow_verifier |
| lib.rs | progpow_verifier |
| version | 0.2.0 |
| created_at | 2024-11-30 08:30:39.42633+00 |
| updated_at | 2024-12-01 02:44:07.244288+00 |
| description | A Rust implementation of ProgPoW for Ethereum mining verification, based on go-ethereum. |
| homepage | |
| repository | https://github.com/HappyFox001/progpow_rust |
| max_upload_size | |
| id | 1466394 |
| size | 25,952 |
ProgPoW Verifier is a Rust implementation of the ProgPoW (Proof-of-Work) algorithm for Ethereum mining verification. This library is based on the go-ethereum implementation of ProgPoW.
Add this library to your Cargo.toml:
[dependencies]
progpow_verifier = "0.1.0"