From 3ca303075de8180977db446268d6ba694a793005 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 13 May 2014 00:49:06 -0700 Subject: [PATCH] Stay close to 80 cols/line --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 2beb1ef8..62122bd1 100644 --- a/README.markdown +++ b/README.markdown @@ -251,7 +251,8 @@ Similarily, secret-key authenticated encryption provide "easy" wrappers: const unsigned char *k); int crypto_secretbox_open_easy(unsigned char *m, const unsigned char *c, - unsigned long long clen, const unsigned char *n, + unsigned long long clen, + const unsigned char *n, const unsigned char *k); The length of the ciphertext, which will include the MAC, is @@ -382,4 +383,3 @@ In order to join, just send a random mail to `sodium-subscribe` {at} See the `COPYING` file for details, `AUTHORS` for designers and implementors, and `THANKS` for contributors. -