ethash
ethash copied to clipboard
C/C++ implementation of Ethash and ProgPoW – the Ethereum Proof of Work algorithms
Hey all, this PR adds a [GitPOAP Badge](https://docs.gitpoap.io/api#get-v1repoownernamebadge) to the README that displays the number of minted GitPOAPs for this repository by contributors to this repo. You can see an...
The `Test vectors` section was forgot to be removed in https://github.com/chfast/ethash/commit/cdef24d186e3dfbf53fed75d1f276a12cedbe2cf#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5.
Implementation of new keccak interface supporting init-update-final access model.
This pull request adds a parametrized Google Test for the Keccak unit tests, enabling the specification of the input size via command line parameters. It also includes an extended bytes...
The Init-Update-Final is common model for secure hash function. This useful e.g. in Ethereum networking. See https://crypto.stackexchange.com/questions/52136/cryptographic-hasing-functions-init-update-final.