Skip to content

Commit

Permalink
Updated Ethash (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuterin committed Feb 23, 2015
1 parent 8a39d2e commit d96e6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ethash.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _isprime(n):

Essentially, we are keeping the size of the dataset to always be equal to the highest prime below a linearly growing function, so on average in the long term the dataset will grow roughly linearly. Tabulated version of ``get_datasize` and `get_cachesize` have been provided in the appendix.

`sha3_256` and `sha3_512` are assumed to accept word arrays or strings as input and output a word array. Many operations inside of the ethash spec operate on word arrays.
**`sha3_256` and `sha3_512` are assumed to accept word arrays or strings as input and output a word array. Many operations inside of the ethash spec operate on word arrays.**

We can now get the parameters:

Expand Down

0 comments on commit d96e6f5

Please sign in to comment.