2
I would like to implement HashCash in an efficient/fast/garbage-free way. Is there a spec to do so? How can someone go by implementing HashCash from scratch?
2
I would like to implement HashCash in an efficient/fast/garbage-free way. Is there a spec to do so? How can someone go by implementing HashCash from scratch?
0
Not necessarily answering your question, but I found a HashCash implementation in Java already here: https://github.com/ryancwilliams/JHashCash Perhaps you can contribute or fork it?
Not necessarily a spec, but possibly helpful for you: https://en.bitcoin.it/wiki/Hashcash
– morsecoder – 2015-09-03T14:32:03.063