NetSparkleUpdater 2.0.9
- Added new
readFileBeingVerifiedInChunks
(defaults to false) andchunkSize
(defaults to 25 MB) to theEd25519Checker
class constructor in order to save RAM when verifying a file with ed25519 signatures. This can save a lot of RAM and fixes an issue where 2x the RAM was used to verify a file. This fix was not carried over to the DSA checker -- please use ed25519 signatures!