mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
3 lines
89 B
C
3 lines
89 B
C
int golay_encode(unsigned char *data);
|
|
int golay_decode(int *errs, unsigned char *data);
|