Files
vaultik/internal
clawbot a1018fcae3 fix: reuse blobgen.Reader hash instead of redundant SHA-256 pass
hashVerifyReader now uses blobgen.Reader.Sum256() for the first hash
instead of maintaining its own sha256 hasher over the same bytes.
Eliminates duplicate SHA-256 computation on every read.
2026-03-17 01:41:38 -07:00
..