Searched refs:excess_bit_count (Results 1 – 2 of 2) sorted by relevance
110 int excess_bit_count = (iter_count * hash_output_length) - output_bit_length; in RandomOracle() local125 return hash_output.Rshift(excess_bit_count).Mod(max_value); in RandomOracle()
558 excess_bit_count = (iter_count * hash_type.bit_length) - output_bit_length566 return (hash_output >> excess_bit_count) % max_value