Decrypts a packet generated by box().
The received packet.
A number unique per (secret_key, public_key) pair.
Your secret key.
Senders public key.
Plaintext if authentication tag is valid.
IllegalCipherTextException if authentication tag is not valid.
See Implementation
Decrypts a packet generated by box().