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
Question
Currently, verify_blob requires passing the whole blob in memory (e.g. as a string or byte array).
For large files, this can be inefficient or impractical.
It would be very useful if the library supported alternative approaches such as: