removed comment about box_easy having to use padding

This commit is contained in:
GraxRabble
2014-09-24 20:13:01 -04:00
parent 2d8c08b01b
commit e99748b1c0
-3
View File
@@ -19,9 +19,6 @@
* library will perform Diffie-Hellman to generate a shared key for
* symmetric encryption.
*
* Note that crypto_box uses padding at the start of both messages.
* The padding must be zero else the encryption or decryption will fail.
*
* Encrypted messages will be 16 bytes longer because a 16 byte
* authentication token will be prepended to the message.
*