Go to file
Dominique Leuenberger 13125a242d Accepting request 339760 from devel:libraries:c_c++
- Update to 1.0.4
  * Support for AES256-GCM has been added. This requires a CPU with
    the aesni and pclmul extensions, and is accessible via the
    crypto_aead_aes256gcm_*() functions.
  * ChaCha20 with an extended (96 bit) nonce and a 32-bit counter has
    been implemented as crypto_stream_chacha20_ietf(),
    crypto_stream_chacha20_ietf_xor() and crypto_stream_chacha20_ietf_xor_ic().
    An IETF-compatible version of ChaCha20Poly1305 is available as
    crypto_aead_chacha20poly1305_ietf_npubbytes(), 
    crypto_aead_chacha20poly1305_ietf_encrypt() and
    crypto_aead_chacha20poly1305_ietf_decrypt().
  * The sodium_increment() helper function has been added, to increment
    an arbitrary large number (such as a nonce).
  * The sodium_compare() helper function has been added, to compare
    arbitrary large numbers (such as nonces, in order to prevent replay attacks).

OBS-URL: https://build.opensuse.org/request/show/339760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsodium?expand=0&rev=11
2015-10-19 20:53:40 +00:00
.gitattributes - Initial release for build.opensuse.org 2013-09-11 11:02:49 +00:00
.gitignore - Initial release for build.opensuse.org 2013-09-11 11:02:49 +00:00
libsodium-1.0.4.tar.gz - Update to 1.0.4 2015-10-18 15:13:09 +00:00
libsodium.changes - Update to 1.0.4 2015-10-18 15:13:09 +00:00
libsodium.spec - 2015-10-19 07:25:41 +00:00