1pub mod verify_data; 2pub mod analysis_data; 3 4/// cbsk default header 5pub fn default_header() -> Vec<u8> { 6 vec![b'c', b'b', b's', b'k'] 7}