Actions
Task #1679
closed
signPacketWrapper: Interest nonce is 64 bits, not 32 bits according to docs
Description
On the NFD wiki, it says the nonce in a signed command interest is 32 bits. "The value of the n-2 th component is random value (32bits)":
http://redmine.named-data.net/projects/nfd/wiki/Command_Interests
But KeyChain::signPacketWrapper creates a 64-bit nonce using generateWord64:
Maybe it's not a bug and the Command_Interest page should be changed to call for a 64-bit nonce?
Actions