X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fchacha-poly1305%2Fpoly1305.h;h=4ece415c20892aa5a22d5efcbd19adccafbbfd03;hb=696dc2ad9743c62e56a6d21addb8c4e8efbffec1;hp=9a640158328e125a3a13ac3a2c8228152dbeb08d;hpb=2980173ee7f8142598fe5e1ab117e463751da310;p=tinc diff --git a/src/chacha-poly1305/poly1305.h b/src/chacha-poly1305/poly1305.h index 9a640158..4ece415c 100644 --- a/src/chacha-poly1305/poly1305.h +++ b/src/chacha-poly1305/poly1305.h @@ -1,6 +1,6 @@ /* $OpenBSD: poly1305.h,v 1.2 2013/12/19 22:57:13 djm Exp $ */ -/* +/* * Public Domain poly1305 from Andrew Moon * poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna */ @@ -8,9 +8,9 @@ #ifndef POLY1305_H #define POLY1305_H -#define POLY1305_KEYLEN 32 -#define POLY1305_TAGLEN 16 +#define POLY1305_KEYLEN 32 +#define POLY1305_TAGLEN 16 void poly1305_auth(uint8_t out[POLY1305_TAGLEN], const uint8_t *m, size_t inlen, const uint8_t key[POLY1305_KEYLEN]); -#endif /* POLY1305_H */ +#endif /* POLY1305_H */