Go to file
Ismail Dönmez cdfda926d6 Accepting request 532593 from home:13ilya:branches:devel:libraries:c_c++
- Refresh spec-file.
- Update to 1.0.15.
  * Release notes: https://github.com/jedisct1/libsodium/releases/tag/1.0.15
  * The default password hashing algorithm is now Argon2id.
  * The pwhash_str_verify() function can still verify Argon2i hashes without any changes,
    and pwhash() can still compute Argon2i hashes as well.
  * The aes128ctr primitive was removed. It was slow, non-standard, not authenticated,
    and didn't seem to be used by any opensource project.
  * Argon2id required at least 3 passes like Argon2i, despite a minimum of 1
    as defined by the OPSLIMIT_MIN constant. This has been fixed.
  * The secretstream construction was slightly changed to be consistent with forthcoming variants.
  * The Javascript and Webassembly versions have been merged, and the module now returns
    a .ready promise that will resolve after the Webassembly code is loaded and compiled.
  * Note that due to these incompatible changes, the library version major was bumped up.

OBS-URL: https://build.opensuse.org/request/show/532593
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=60
2017-10-09 07:46:41 +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.15.tar.gz Accepting request 532593 from home:13ilya:branches:devel:libraries:c_c++ 2017-10-09 07:46:41 +00:00
libsodium.changes Accepting request 532593 from home:13ilya:branches:devel:libraries:c_c++ 2017-10-09 07:46:41 +00:00
libsodium.spec Accepting request 532593 from home:13ilya:branches:devel:libraries:c_c++ 2017-10-09 07:46:41 +00:00