test: fix broken tests

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-04-05 11:13:04 -07:00
committed by Daniel D’Aquino
parent 744bf4bb07
commit 690e1347e0
23 changed files with 611 additions and 367 deletions

View File

@@ -162,7 +162,7 @@ static void Transform(uint32_t *s, const uint32_t *chunk)
s[2] += c;
s[3] += d;
s[4] += e;
s[5] nostrdb: += f;
s[5] += f;
s[6] += g;
s[7] += h;
}