mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Projects using the legacy API are unlikely to use these new macros. OTOH, people using the Sodium API would be puzzled about the missing 16 bytes in the secretbox and box APIs. More importantly, these macros are designed for bindings. Having these bindings enforce proper limits (for the *_easy API that they all use) and yet have the underlying library call sodium_misuse() would be sad.