CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/05/13 02:32:25
Modified files:
security/libsodium: Makefile distinfo
Log message:
update to libsodium-1.0.3, selected highlights from changelog:
- In addition to sodium_bin2hex(), sodium_hex2bin() is now a
constant-time function.
- crypto_stream_xsalsa20_ic() has been added.
- crypto_generichash_statebytes(), crypto_auth_*_statebytes() and
crypto_hash_*_statebytes() have been added in order to retrieve the
size of structures keeping states from foreign languages.
- crypto_box_seal() and crypto_box_seal_open() have been added.