You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BIP38 encryption (which relies on scryptsy) should really be asynchronous. Otherwise the browser blocks and the user does not receive progress updates until after a key is fully encrypted.
I've implemented asynchronous support for bip38 and scryptsy here and here for consideration.
The text was updated successfully, but these errors were encountered:
BIP38 encryption (which relies on scryptsy) should really be asynchronous. Otherwise the browser blocks and the user does not receive progress updates until after a key is fully encrypted.
I've implemented asynchronous support for bip38 and scryptsy here and here for consideration.
The text was updated successfully, but these errors were encountered: