Former code sent '0' as nonce, which was serialized as 32-bit.
Fixes #1455.
Former code sent '0' as nonce, which was serialized as 32-bit.
Why not just (uint64)0 ?
Giving the parameter a name is more readable, imho, and I doubt it makes any difference performance-wise.
ACK
ACK, works for me.