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
After diving deeper into the docs and exploring the Lit code, I saw that they now support larger files. So, there’s no need to encrypt the file with a symmetric key first. The encryptFile method takes care of it by turning the file/blob into an ArrayBuffer before encrypting.
What
The text was updated successfully, but these errors were encountered: