From 972292ad35080fb9d2e847836b3e59840ba8510792f2da6afe5d752ae233b1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 9 Jan 2018 12:49:00 +0000 Subject: [PATCH] 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 --- argon2.changes | 5 +++++ argon2.spec | 18 ++++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/argon2.changes b/argon2.changes index c45551b..ba9e328 100644 --- a/argon2.changes +++ b/argon2.changes @@ -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 diff --git a/argon2.spec b/argon2.spec index 2c61087..9b233ec 100644 --- a/argon2.spec +++ b/argon2.spec @@ -40,11 +40,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description 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 -the design of memory-hard functions and can be used to hash passwords for -credential storage, key derivation, or other applications. +Argon2 is a password hashing function that is parametrized by a time cost, a +memory cost and a parallelism degree, used to guard against side-channel +attacks, attacks where lots of memory is available, or attacks where a lot of +processing is available. %package doc Summary: Documentation for Argon2 @@ -52,8 +53,8 @@ Group: Documentation/Other BuildArch: noarch %description doc -Documentation for Argon2, the password-hashing function that won the Password -Hashing Competition (PHC). +Documentation for Argon2, the password hashing function that won the Password +Hashing Competition (PHC) in 2015. %package -n %{lname} Summary: The reference C implementation of Argon2 @@ -61,7 +62,7 @@ Group: System/Libraries %description -n %{lname} 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 Summary: Development files for argon2 @@ -70,7 +71,8 @@ Requires: %{lname} = %{version} %description devel 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 %autosetup