cryptocoinjs / scryptsy

Scrypt KDF is used for BIP38 (encryption of private keys) and proof of work for some crypto currencies.
MIT License
45 stars 22 forks source link

Not support async?? #9

Open khanh-bh opened 6 years ago

khanh-bh commented 6 years ago

I got an issue that my mobile app lags for a while when I ran scrypt(). We pass a progress callback but it is not actually asynchronous.

woodser commented 6 years ago

I also needed async support.

I forked scryptsy with async support here: https://github.com/cryptostorage/scryptsy.

And bitcoinjs/bip38 with async support here: https://github.com/cryptostorage/bip38.

It would be great if support for async were merged upstream.