From e99748b1c07efe97a5ee77fab53836cd9d76d369 Mon Sep 17 00:00:00 2001 From: GraxRabble Date: Wed, 24 Sep 2014 20:13:01 -0400 Subject: [PATCH] removed comment about box_easy having to use padding --- demos/box.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/demos/box.c b/demos/box.c index a29d49bd..c2c93706 100644 --- a/demos/box.c +++ b/demos/box.c @@ -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. *