mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
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.