SHA256
1
0
forked from pool/argon2

Accepting request 562863 from home:jengelh:branches:security

- Update description.

OBS-URL: https://build.opensuse.org/request/show/562863
OBS-URL: https://build.opensuse.org/package/show/security/argon2?expand=0&rev=12
This commit is contained in:
Ismail Dönmez 2018-01-09 12:49:00 +00:00 committed by Git OBS Bridge
parent 3dc46037d9
commit 972292ad35
2 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 9 10:56:17 UTC 2018 - jengelh@inai.de
- Update description.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 09 08:10:20 UTC 2018 - lnussel@suse.de Tue Jan 09 08:10:20 UTC 2018 - lnussel@suse.de

View File

@ -40,11 +40,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
This is the reference C implementation of Argon2, the password-hashing function This is the reference C implementation of Argon2, the password-hashing function
that won the Password Hashing Competition (PHC). that won the Password Hashing Competition (PHC) in 2015.
Argon2 is a password-hashing function that summarizes the state of the art in Argon2 is a password hashing function that is parametrized by a time cost, a
the design of memory-hard functions and can be used to hash passwords for memory cost and a parallelism degree, used to guard against side-channel
credential storage, key derivation, or other applications. attacks, attacks where lots of memory is available, or attacks where a lot of
processing is available.
%package doc %package doc
Summary: Documentation for Argon2 Summary: Documentation for Argon2
@ -52,8 +53,8 @@ Group: Documentation/Other
BuildArch: noarch BuildArch: noarch
%description doc %description doc
Documentation for Argon2, the password-hashing function that won the Password Documentation for Argon2, the password hashing function that won the Password
Hashing Competition (PHC). Hashing Competition (PHC) in 2015.
%package -n %{lname} %package -n %{lname}
Summary: The reference C implementation of Argon2 Summary: The reference C implementation of Argon2
@ -61,7 +62,7 @@ Group: System/Libraries
%description -n %{lname} %description -n %{lname}
Reference C implementation of Argon2, the password-hashing function Reference C implementation of Argon2, the password-hashing function
that won the Password Hashing Competition (PHC). that won the Password Hashing Competition (PHC) in 2015.
%package devel %package devel
Summary: Development files for argon2 Summary: Development files for argon2
@ -70,7 +71,8 @@ Requires: %{lname} = %{version}
%description devel %description devel
Headers for argon2, the reference C implementation of Argon2, the Headers for argon2, the reference C implementation of Argon2, the
password-hashing function that won the Password Hashing Competition (PHC). password hashing function that won the Password Hashing Competition
(PHC) in 2015.
%prep %prep
%autosetup %autosetup