Searched defs:bi_mod (Results 1 – 2 of 2) sorted by relevance
68 #define bi_mod(A, B) bi_divide(A, B, ctx->bi_mod[ctx->mod_offset], 1) macro
72 bigint *bi_mod[BIGINT_NUM_MODS]; /**< modulus */ member