6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
/**
|
|
* Implements proof of work.
|
|
* @see {@link https://bitmessage.org/wiki/Proof_of_work}
|
|
* @module bitmessage/pow
|
|
*/
|