js-ethereum-cryptography icon indicating copy to clipboard operation
js-ethereum-cryptography copied to clipboard

Expose scrypt `onProgress`

Open paulmillr opened this issue 3 years ago • 0 comments

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.

paulmillr avatar Oct 21 '21 15:10 paulmillr