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.
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.