Merge pull request 'Remove opinionated comments on hash algorithms' (!10) from bugfix/remove-opinionated-hash-algorithm-descriptions into main
Reviewed-on: #10
This commit is contained in:
commit
bf2ab338d1
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ class HashAlgorithms {
|
|||
return array(
|
||||
'sha256' => array(
|
||||
'name' => 'SHA-256',
|
||||
'info' => _('Currently recommended, because the other algorithms might break on some older versions of the GnuTLS library (older than 3.x) still shipped in Debian for example.'),
|
||||
'info' => '',
|
||||
),
|
||||
'sha384' => array(
|
||||
'name' => 'SHA-384',
|
||||
|
@ -128,7 +128,7 @@ class HashAlgorithms {
|
|||
),
|
||||
'sha512' => array(
|
||||
'name' => 'SHA-512',
|
||||
'info' => _('Highest protection against hash collision attacks of the algorithms offered here.'),
|
||||
'info' => '',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue