Wipe (some) secrets from memory after use
[tinc] / src / chacha-poly1305 / chacha-poly1305.c
2022-04-22 Kirill IsakovWipe (some) secrets from memory after use
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.