SHA256
1
0
forked from pool/libsodium

- Update to version 1.0.9

* A detached API was added to the ChaCha20-Poly1305 and AES256-GCM
    implementations.
  * The Argon2i password hashing function was added, and is accessible
    directly and through a new, high-level crypto_pwhash API.
    The scrypt function remains available as well.
  * A speed-record AVX2 implementation of BLAKE2b was added.
  * Countermeasures for Ed25519 signatures malleability have been
    added to match the irtf-cfrg-eddsa draft.
  * The HChaCha20 core function was implemented (crypto_core_hchacha20()).
  * No-op stubs were added for all AES256-GCM public functions even
    when compiled on non-Intel platforms.
  * crypt_generichash_blake2b_statebytes() was added.
  * New macros were added for the IETF variant of the ChaCha20-Poly1305
    construction.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=49
This commit is contained in:
Ismail Dönmez
2016-04-02 15:55:42 +00:00
committed by Git OBS Bridge
parent efc534b035
commit cada03afe0
4 changed files with 24 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package libsodium
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define lname libsodium18
Name: libsodium
Version: 1.0.8
Version: 1.0.9
Release: 0
Summary: Portable NaCl-based crypto library
License: ISC