COOLJAPAN

Posts tagged #brotli

5 posts

Aug 6, 2026 · 8 min

OxiArc 0.4.1 Released — A Predictable ZIP Salt, a Wrong CRC Lane, and a Decompression Bomb, All Closed

OxiArc 0.4.1 is a security-hardening release: ZIP AES/ZipCrypto salts and headers now always come from a real OS CSPRNG (no more silent low-entropy fallback), WinZip-AES is now constant-time, a silently-wrong x86_64 CRC-32 SIMD path is fixed and enabled, and 7z folder coder chains are bounded against decompression-bomb amplification. Plus Zstandard FSE_Compressed_Mode sequence tables and Brotli literal/command/distance block splitting close two long-standing encoder-ratio gaps. 2,658 tests passing, Pure Rust.

releaseoxiarcsecurity
Jul 13, 2026 · 10 min

OxiArc 0.3.6 Released — The 75-Item Audit That Ended Five Private Codec Dialects

OxiArc 0.3.6 pairs a security-hardening pass with a 22-auditor, 75-item reference-interop campaign: zstd's FSE fix takes real-frame decode from 0/64 to 64/64, brotli's RFC 7932 rewrite goes 141/172 failures to 608/608, plus LZMA2, bzip2, and SZIP fixes. 2,426 tests passing, Pure Rust.

releaseoxiarczstd
Jun 6, 2026 · 6 min

OxiArc 0.3.3 Released — Brotli Now Round-Trips Incompressible Data Byte-for-Byte

OxiArc 0.3.3 is a correctness release: Brotli now round-trips high-entropy and incompressible data byte-for-byte across all quality levels 1–11. A package-merge Huffman code generator and an extended insert-length table fix two long-standing encoder bugs. Pure Rust, on-the-wire compatible, 1,679 tests passing.

releaseoxiarcbrotli
Mar 21, 2026 · 3 min

OxiArc 0.2.6 Released — Pure Rust Archive and Compression That Outperforms zlib and libarchive

12 archive formats and 10 compression algorithms implemented from scratch in pure Rust. DEFLATE up to 400 MB/s, SIMD-accelerated CRC (3–4.5× faster), full async streaming, Brotli + Snappy support, LZH (Japanese legacy) full support. ~47k SLoC, 12 crates, 1,041 tests. The sovereign data packaging layer for SciRS2 and the entire COOLJAPAN ecosystem (now 21M+ SLoC total).

releaseoxiarcarchive
Mar 18, 2026 · 6 min

OxiArc 0.2.5 Released — Brotli and Snappy Arrive as Brand-New Codecs, Taking OxiArc to 12 Crates

OxiArc 0.2.5 adds two brand-new compression crates — Brotli (RFC 7932, quality 0-11) and Snappy (block + framed with CRC32C) — bringing the workspace to 12 crates and 12 container formats. Plus DEFLATE/GZip/Zlib streaming with flush modes, LZW streaming, and an EntryBuilder fluent API. 1,038 tests, all passing. Pure Rust archive and compression — no C, no zlib, no libarchive.

releaseoxiarccompression