80 columns whenever possible

This commit is contained in:
Frank Denis 2013-04-19 10:46:16 +02:00
parent 7e2ccbe5ed
commit c3d9659fc6

View File

@ -33,8 +33,10 @@ crypto_onetimeauth_poly1305(unsigned char *out, const unsigned char *in,
}
int
crypto_onetimeauth_poly1305_verify(const unsigned char *h, const unsigned char *in,
unsigned long long inlen, const unsigned char *k)
crypto_onetimeauth_poly1305_verify(const unsigned char *h,
const unsigned char *in,
unsigned long long inlen,
const unsigned char *k)
{
return implementation->onetimeauth_verify(h, in, inlen, k);
}