void golay2412_encode(uint32_t _dec_msg_len, unsigned char *_msg_dec, unsigned char *_msg_enc)
encode block of data using Golay(24,12) encoder
void golay2412_decode(uint32_t _dec_msg_len, unsigned char *_msg_enc, unsigned char *_msg_dec)
decode block of data using Golay(24,12) decoder