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
The merge left two overlaps in vectors/README.md.
The producer's chunk-count formula was stated twice, once on the body
cipher bullet and once on the chunking bullet added for the trailing
empty final chunk. Keep it on the body cipher bullet and narrow the other
to what it alone says: a decoder must not re-derive the count that way,
because a stream ending in an empty final chunk holds one more chunk than
the formula gives for the same plaintext.
The framing-case count said three; exact-multiple-go makes four. While
correcting it, the "in both directions" claim turned out to cover only
two of the cases: single-chunk-go and exact-multiple-go run Go to TS
only, so the sentence now names the partial final chunk and the empty
file rather than claiming every case.
Assisted-by: Claude:claude-opus-5
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
0 commit comments