You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use unique hash engine for each file hasher (#326)
Previously, the factory could cause workers to share a hash engine,
leading to hashes that were wrong or duplicated. This ultimately created
invalid manifests, affecting signature creation and verification.
Signed-off-by: Spencer Schrock <[email protected]>
0 commit comments