chfast / ethash

C/C++ implementation of Ethash and ProgPoW – the Ethereum Proof of Work algorithms
Apache License 2.0
142 stars 128 forks source link

Deprecate verify(), use verify_against_boundary() #193

Closed chfast closed 3 years ago

chfast commented 3 years ago

This changes verify() to verify_against_boundary() in preparation for new verify_against_difficulty().