1 2 3 4 5 6 7 8
/// Data for testing pub const SEED1: [u8; 32] = [ 225, 167, 197, 28, 184, 17, 116, 51, 163, 56, 15, 7, 215, 151, 243, 27, 203, 36, 90, 150, 143, 151, 186, 198, 63, 82, 174, 232, 252, 8, 62, 112, ]; pub const RESP1: &[u8; 61440] = include_bytes!("../test_data.bin");