libsodium/src
Frank Denis 0af31aeb26 Fill the max output buffer size in sodium_bin2base64()
Unlike hex encoding, due to optional padding, computing the correct size is
not straightforward. Ensuring that the string ends with `\0` is fine, but
if the size is not exact, some unrelated data might be send around by the
application. So, zero it to be safe.
2017-08-31 19:32:14 +02:00
..
libsodium Fill the max output buffer size in sodium_bin2base64() 2017-08-31 19:32:14 +02:00
Makefile.am Remove CurveCP 2013-03-16 19:59:25 -07:00