Searched refs:digit (Results 1 – 1 of 1) sorted by relevance
23 ltc_mp_digit digit; in dh_check_pubkey() local44 digit = mp_get_digit(key->y, i); in dh_check_pubkey()45 while (digit > 0) { in dh_check_pubkey()46 if (digit & 1) bits_set++; in dh_check_pubkey()47 digit >>= 1; in dh_check_pubkey()
Completed in 2 milliseconds