Y
Hacker News
new
|
ask
|
show
|
jobs
by
lifthrasiir
1675 days ago
You may have mistaken Brotli (whose file format has no magic number and prevents an easy identification) with Zstandard (whose file format does have defined magic numbers 28 B5 2F FD or [50-5F] 2A 4D 18).
1 comments
jeffbee
1675 days ago
No I'm not confused, it's just that the Zstd magic number has had
8 different values
over the years, so I'm just wondering if we're past that yet.
link
lifthrasiir
1675 days ago
Ah sure. The wire format has been fixed since 0.8.0 (2016-08), so you must have seen a very early phase of development (which took one full year).
link