Update the built-in Chacha20-Poly1305 code to an RFC 7539 complaint version.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 9 Aug 2021 20:30:42 +0000 (22:30 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 29 May 2022 16:01:12 +0000 (18:01 +0200)
This is necessary so our copy of Chacha20-Poly1305 is compatible with that
of many other crypto libraries.

This code is made by Grigori Goronz, but is heavily based on the code from
D.J. Bernstein's ref10 implementation used before.


No differences found