Searched refs:construct_codewords (Results 1 – 2 of 2) sorted by relevance
110 pub fn construct_codewords( in construct_codewords() function146 use crate::ec::construct_codewords;153 construct_codewords(msg, Version::Normal(1), EcLevel::M).unwrap(); in test_add_ec_simple()173 construct_codewords(msg, Version::Normal(5), EcLevel::Q).unwrap(); in test_add_ec_complex()
167 let (encoded_data, ec_data) = ec::construct_codewords(&data, version, ec_level)?; in with_bits()