I want to know to how break NaCl encryption when a nonce is used more than once for a given key private key. According to PyNaCl docs:
It is VITALLY important that the nonce is a nonce, i.e. it is a number used only once for any given key. If you fail to do this, you compromise the privacy of the messages encrypted.