pwdbased: fix cast warning.

This commit is contained in:
jordan
2026-03-06 09:59:43 -06:00
parent 3e39a5c11e
commit 7726f5cc7f
+1 -1
View File
@@ -837,7 +837,7 @@ end:
ForceZero(v, ((size_t)1 << cost) * (size_t)bSz);
}
if (y != NULL) {
ForceZero(y, (size_t)(blockSize * 128));
ForceZero(y, (size_t)blockSize * 128);
}
XFREE(blocks, NULL, DYNAMIC_TYPE_TMP_BUFFER);