80 columns whenever possible
This commit is contained in:
parent
7e2ccbe5ed
commit
c3d9659fc6
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user