aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/galois.h
blob: 1adeb88ae776a374ce346dfc6022fef2e6b5afc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef QR_GALOIS_H
#define QR_GALOIS_H

unsigned long gf_residue(unsigned long a,
                         unsigned long m);

struct qr_bitstream * rs_generate_words(struct qr_bitstream * data,
                                     size_t data_words,
                                     size_t rs_words);

#endif