aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/hagelbarger.h
blob: 9076afcd774342c60b3f82e9b711416f7bbe8fdf (plain)
1
2
3
4
void hagelbarger_encode(const uint8_t *input, uint8_t *output, int length);
void hagelbarger_decode(const uint8_t *input, uint8_t *output, int length);