Here is a list of all files with brief descriptions:
fmsr.c | Implements core libfmsr functions callable by third-party apps |
fmsr.h [code] | Contains prototypes for functions implemented in fmsr.c, main include file accessed by third-party applications |
fmsrutil.c | Implements internal functions to supplement the core libfmsr functions in fmsr.c |
fmsrutil.h [code] | Contains prototypes for functions implemented in fmsrutil.c |
gf.c | Implements GF(256) arithmetics |
gf.h [code] | Contains prototypes for functions implemented in gf.c |
matrix.c | Implements various matrix operations |
matrix.h [code] | Contains prototypes for functions implemented in matrix.c |
misc.c | Implements various convenience functions (e.g., error reporting) |
misc.h [code] | Contains prototypes for functions implemented in misc.c |