SHA256
1
0
forked from pool/libsodium

- Update to version 1.0.7

* Sandy2x, the fastest Curve25519 implementation ever,
    has been merged in, and is automatically used on CPUs
    supporting the AVX instructions set.
  * An SSE2 optimized implementation of Poly1305 was added,
    and is twice as fast as the portable one.
  * An SSSE3 optimized implementation of ChaCha20 was added,
    and is twice as fast as the portable one.
  * Faster sodium_increment() for common nonce sizes.
  * New helper functions have been added: sodium_is_zero()
    and sodium_add().

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=45
This commit is contained in:
Ismail Dönmez
2015-12-08 16:31:21 +00:00
committed by Git OBS Bridge
parent abcc3d3ee6
commit 441d5d23c2
4 changed files with 20 additions and 5 deletions

View File

@@ -16,9 +16,9 @@
#
%define lname libsodium17
%define lname libsodium18
Name: libsodium
Version: 1.0.6
Version: 1.0.7
Release: 0
Summary: Portable NaCl-based crypto library
License: ISC