compatible updates

This commit is contained in:
Robin Appelman 2026-05-14 20:22:52 +02:00
commit 62ab8ecdc8
4 changed files with 143 additions and 221 deletions

View file

@ -126,7 +126,7 @@ impl Demo {
target.write_all(&chunk).map_err(Error::Write)?;
}
let calculated = context.compute().0;
let calculated = context.finalize().0;
if calculated != self.hash {
error!(