Go to the documentation of this file.
24#define BYPASS_CT_INIT 0xDEADBEEF
27 const mqc_state** curctx = mqc->curctx; \
28 uint32_t c = mqc->c; \
29 uint32_t a = mqc->a; \
33 mqc->curctx = curctx; \
38#define mqc_setcurctx(mqc, ctxno) (mqc)->curctx = (mqc)->ctxs + (uint32_t)(ctxno)