### What needs to get done Reference: https://github.com/canonical/craft-application/pull/473#discussion_r1763286262 Until we can drop the Python 3.10 requirement, we should read the file by chunks and feed it to the digest algorithms ### Why it needs to get done To avoid reading huge files in memory all at once.
What needs to get done
Reference: #473 (comment)
Until we can drop the Python 3.10 requirement, we should read the file by chunks and feed it to the digest algorithms
Why it needs to get done
To avoid reading huge files in memory all at once.