mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 12:36:01 -07:00
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
|
int
|
||||||
crypto_onetimeauth_poly1305_verify(const unsigned char *h, const unsigned char *in,
|
crypto_onetimeauth_poly1305_verify(const unsigned char *h,
|
||||||
unsigned long long inlen, const unsigned char *k)
|
const unsigned char *in,
|
||||||
|
unsigned long long inlen,
|
||||||
|
const unsigned char *k)
|
||||||
{
|
{
|
||||||
return implementation->onetimeauth_verify(h, in, inlen, k);
|
return implementation->onetimeauth_verify(h, in, inlen, k);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user