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 22, 2015
1 parent 6ab70e1 commit 679aac6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ethash.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@ def sha3_256(x):

def xor(a, b):
return a ^ b

test_params = {
"cache_size": 524288,
"full_size": 33554432
}
```

The following lookup tables provide approximately 7 years of tabulated DAG and cache sizes. They were generated with the following *Mathematica* functions:
Expand Down

0 comments on commit 679aac6

Please sign in to comment.