Project

General

Profile

Task #1760

Updated by Junxiao Shi almost 10 years ago

Currently, Interest Nonce is generated using the CryptoPP random number generator. 
 Nonce is used for loop detection, so it does not need a cryptography-safe random number generator. 

 This Task is to replace Crypto RNG with a regular (faster) RNG for Nonce generation.

Back