|
|
|
|
|
by hoten
166 days ago
|
|
Personally I'd append the Nonce as a git trailer, not to the message body. And would keep the date constant rather than use the time of each attempt (such that the only thing that actually varies is the Nonce) And just for more fun... Nonces should only be prime numbers. Probably won't run out :) |
|
Even so, trailers or message body might be moot - rerolling the committed at timestamp should be sufficient!