Compute artifact digests by chunks
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
### 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.
Evaluation history
No evaluation history available.