1mod init; 2/// 3pub mod verify; 4 5/// 6pub mod decode; 7 8/// The bytes used as header in a pack data file. 9pub type Header = [u8; 12];