Crate progpow_verifier

Source
Expand description

§ProgPoW Verification Library

This library provides a Rust implementation of ProgPoW (Proof of Work for Ethereum).

§Note

This implementation is based on the go-ethereum repository. Specifically, it replicates and validates the behavior of ProgPoW as implemented in go-ethereum.

§Features

  • Keccak-f800 hashing functions
  • DAG access and caching
  • Math and memory mixing operations

§Disclaimer

This library is intended for educational purposes or verification use cases. It may not be suitable for production mining.

Modules§

basic_algorithm
core_progpow
keccak