noise icon indicating copy to clipboard operation
noise copied to clipboard

Fix Repeating Nonces

Open NHAS opened this issue 5 years ago • 0 comments

An extension to #291, and (hopefully) full solution to #289

This change the random data generation to a cryptographically secure source and implements a repetition resistant nonce generation algorithm, which handles some edge cases where nonce reuse might occur.

This needs a bit of a look over to make sure its both backwards compatible and not missing anything.

NHAS avatar Dec 20 '20 22:12 NHAS