defuse / juggler-pow

A memory-but-not-time asymmetric proof-of-work function.
1 stars 0 forks source link

Make it easy to set parameters using the makefile #17

Open defuse opened 9 years ago

defuse commented 9 years ago

It should be possible to do something like

make J_PREFIX_BITS=21 J_BUCKET_SIZE_BITS=6 J_MEMORY_BITS= ...
defuse commented 9 years ago

This will be useful for #16.