Skip to content

Commit

Permalink
update paper
Browse files Browse the repository at this point in the history
  • Loading branch information
tromp committed Sep 18, 2014
1 parent c41f40d commit 6ace6f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GPP = g++ -std=c++11 -DATOMIC $(FLAGS)
# leave out -std=c++11 -DATOMIC for older GCC versions lacking c++11 support

cuckoo.bbl: cuckoo.bib
bibtex cuckoo.bib
bibtex cuckoo

cuckoo.pdf: cuckoo.tex cuckoo.bbl
pdflatex cuckoo.tex
Expand Down
Binary file modified cuckoo.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion cuckoo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ \section{Choice of memory size}
If a future CPU with hardware siphash24 support can saturate DRAM, then there may no need
to develop and keep optimizing ASICs for the computational part of Cuckoo Cycle.

We expect these opposing goals to lead to sizes from $2^28$ to $2^32$, with the larger ones geared
We expect these opposing goals to lead to sizes from $2^{28}$ to $2^{32}$, with the larger ones geared
more toward longer block interval times and faster mining hardware.

An interesting option will be to take a Myriad-coin style approach: allow a range of $k$ different sizes,
Expand Down

0 comments on commit 6ace6f9

Please sign in to comment.