Function diem_crypto::traits::vrf_number_with_nonce
source · pub fn vrf_number_with_nonce(vrf_output: &HashValue, nonce: u64) -> HashValue
Expand description
Hash the vrf output and a nonce within the proposer’s voting power to compute a hash value as its priority. This is used in both choosing leaders in a round and electing committees in a term.