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
Size is possible to add, but I don't see why we would want to add MD5 hashes. The filesystem itself returns no data for hashing, so we'd need to calculate it ourselves - which doesn't make much sense when you can just use serde.hash.
Do note that serde itself does not contain the MD5 algorithm on purpose, since it's insecure and prone to hash collisions.
Please add to Metadata for files: size and MD5.
The text was updated successfully, but these errors were encountered: