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
SubtleCrypto isn't going to be a solution here since it is promise based.
Looping indefinitely and promises are not exactly pb & j. Instead I think it's best to switch to a small sha256 library and use that instead.
I've been working on this on the side. I think it may be in vain, but I'd like to do some more research and see if it is possible to make it smaller and not lose the speed it already has
Didn't end up converting to the other hashing library, I found a codepen sha256 to convert to. This brought the package size down significantly. It's now smaller than the original hashing library.
I think this needs to be kept on hold until all other tasks are done in the To-Do list to make sure new features aren't increasing the package size afterwards
Without having looked into it in depth
Convert sha256 function into SubtleCryptopackage.json
There may be other opportunities, but using microbundle does a lot of the work for us
The text was updated successfully, but these errors were encountered: