Rev 8177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8177 | Rev 8185 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | * Word 2: The polynomial coefficients (except the leading one, from |
23 | * Word 2: The polynomial coefficients (except the leading one, from |
24 | lower degree to higher) |
24 | lower degree to higher) |
25 | * Word 3: The starting status (starting from the first bit). |
25 | * Word 3: The starting status (starting from the first bit). |
26 | */ |
26 | */ |
27 | 27 | ||
28 | #include "../wims.h" |
- | |
29 | #include "../Lib/libwims.h" |
28 | #include "../Lib/libwims.h" |
30 | 29 | ||
31 | #define MAX_DEGREE 256 |
30 | #define MAX_DEGREE 256 |
32 | #define MAX_LENGTH 1024000 |
31 | #define MAX_LENGTH 1024000 |
33 | 32 |