Move poly1305_get_tag() into poly1305.c, hide poly1305_init().
[tinc] / src / chacha-poly1305 /
2022-05-29 Guus SliepenMove poly1305_get_tag() into poly1305.c, hide poly1305_... feature/alt-ciphersuite
2022-05-29 Guus SliepenUpdate the built-in Chacha20-Poly1305 code to an RFC...
2022-04-28 Kirill IsakovImprove use of compiler attributes
2022-04-22 Kirill IsakovWipe (some) secrets from memory after use
2022-03-23 Kirill IsakovAdd support for meson build system
2021-07-31 Kirill IsakovUn-ignore .clang-tidy and enable conversion warnings.
2021-07-29 Kirill IsakovRemove unused '#include's.
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.