Move poly1305_get_tag() into poly1305.c, hide poly1305_init().
[tinc] / src / chacha-poly1305 / poly1305.c
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...
2017-10-07 Guus SliepenReformat all code using astyle.
2014-04-14 Guus SliepenUse the ChaCha-Poly1305 cipher for the SPTPS protocol.