Fix all warnings when compiling with -Wall -W -pedantic.
[tinc] / src / chacha-poly1305 / chacha-poly1305.c
2018-10-06 Guus SliepenFix all warnings when compiling with -Wall -W -pedantic.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2014-04-14 Guus SliepenUse the ChaCha-Poly1305 cipher for the SPTPS protocol.