void repetition_encode(unsigned int _dec_msg_len, unsigned char *_msg_dec, unsigned char *_msg_enc)
encode block of data with ECC_REPETITION_COUNT number of repetitions
void repetition_decode(unsigned int _dec_msg_len, unsigned char *_msg_enc, unsigned char *_msg_dec)
decode block of data with ECC_REPETITION_COUNT repetitions