js-ethereum-cryptography
js-ethereum-cryptography copied to clipboard
Expose scrypt `onProgress`
Scrypt has optional onProgress method. Very useful for progress bars. How could we expose it? Perhaps a new alternative signature that mirrors noble-hashes? ({N, r, p, onProgress} hash). BTW, Swift built-in uses {N, r, p} hash, not function arguments.