Update the built-in Chacha20-Poly1305 code to an RFC 7539 complaint version.
[tinc] / test / unit / test_random_noinit.c
2022-05-01 Kirill IsakovReplace getrandom() with getentropy()
2022-04-22 Kirill IsakovWipe (some) secrets from memory after use
2022-04-12 Kirill IsakovRefactor crypto RNG; add getrandom() support