qrencode
4.1.1
About: libqrencode is a fast and compact library and command-line utility for encoding data in a QR Code symbol.
![]() ![]() |
Go to the source code of this file.
Functions | |
int | RSECC_encode (size_t data_length, size_t ecc_length, const unsigned char *data, unsigned char *ecc) |
int RSECC_encode | ( | size_t | data_length, |
size_t | ecc_length, | ||
const unsigned char * | data, | ||
unsigned char * | ecc | ||
) |
Definition at line 105 of file rsecc.c.
References aindex, alpha, generator, generator_init(), generatorInitialized, initialized, max_length, min_length, RSECC_init(), and symbols.
Referenced by RSblock_initBlock().