Commit Graph
6 Commits
Author SHA1 Message Date
Frank Denis a329340d90 Remove the NaCl-like APIs from *xchacha20 additions
These APIs were useful with the salsa20 constructions for compatibility
with NaCl, but they are tricky to use and don't provide any benefits over
the _easy APIs.

Having them around was good for consistency with the salsa20-based ones,
but this is code that is unlikely to be used in actual projects.

So, don't include them, unless people actually ask for them.
2017-02-18 21:22:39 +01:00
Frank Denis eb5c17d3ec Add tests for box_xchacha20poly1305 2017-02-18 20:31:39 +01:00
Frank Denis 99e6c94739 C++ compat 2017-02-16 09:57:01 +01:00
Frank Denis b146082d68 More tests for *xchacha20* 2017-02-14 15:41:59 +01:00
Frank Denis 071a1afde3 C++ compat 2017-02-12 22:34:15 +01:00
Frank Denis b209a7c0af Add a test for HChaCha20 2017-02-12 22:28:35 +01:00