mithril
mithril copied to clipboard
Optimize Snapshot Digest Computation
Issue
We need to optimize the computation of the Snapshot Digest
that takes place on the Signer and Aggregator.
To do so, we can make use of memoization so that the CPU intensive part of the computation is done only once (do not do the same hashing of the immutable files and use a cached version instead)
Tasks
- [ ] TBD