:: commit 727a59ccacfffee34556df7907147381a1a25747

Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> — 2022-08-31 13:19

parents: 087875cbd8

bwt index + crc32 adjust

diff --git a/doc/file_format.md b/doc/file_format.md
index b302d3d..84a7274 100644
--- a/doc/file_format.md
+++ b/doc/file_format.md
@@ -32,4 +32,4 @@ Otherwise, the chunk starts with the 32-bit CRC32 checksum value, the Burrows-Wh
 - 4-s bit set in the _model_ - RLE was used and the 32-bit size is prepended to the block.
 - No other bit can be set in the _model_.
 
-The size of libbz3's block header can be calculated using the formula `popcnt(model) * 4 + 1`.
+The size of libbz3's block header can be calculated using the formula `popcnt(model) * 4 + 9`.
tab: 248 wrap: offon