PyBitmessage
PyBitmessage copied to clipboard
Nonce calculation random start value
If nonces are being tried from zero, the number of skipped matches could be used to guess the number of parallel hashers (e.g. the number of cores). Randomising the starting value should prevent this.
- [ ] safe PoW
- [ ] multiprocessing PoW
- [ ] C PoW
- [ ] OpenCL PoW