Skip to main content

SHA256_SIZE

Constant SHA256_SIZE 

Source
pub const SHA256_SIZE: usize = 32;
Expand description

Reserved byte length for the sha256 region immediately after the 64-byte header proper. The full on-disk header region is HEADER_SIZE + SHA256_SIZE = 96 bytes; sections begin at offset 96.