Searched refs:B_OVER_16 (Results 1 – 1 of 1) sorted by relevance
563 const unsigned int B_OVER_16 = sizeof(scalar->limb[0]) / 2; in recode_wnaf() local580 current += (uint32_t)((scalar->limb[w / B_OVER_16] in recode_wnaf()581 >> (16 * (w % B_OVER_16))) << 16); in recode_wnaf()
Completed in 5 milliseconds