From f33dc10bed088b40672ad2960fa11ac258bfaad6 Mon Sep 17 00:00:00 2001 From: Hugues Joyal Date: Mon, 19 Mar 2018 15:26:46 -0400 Subject: [PATCH] gammar --- config/hashing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hashing.php b/config/hashing.php index 581b2acc..92ade748 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -22,7 +22,7 @@ | bcrypt options |-------------------------------------------------------------------------- | - | We could define the number of rounds the bcrypt algo will be using. + | Here you can define the number of rounds the bcrypt algo will be using. | | rounds: The two digit cost parameter is the base-2 logarithm of the | iteration count for the underlying Blowfish-based hashing @@ -40,7 +40,7 @@ | argon options |-------------------------------------------------------------------------- | - | These settings could be adjusted depending on your hardware. + | These settings can be adjusted depending on your hardware. | | time: Maximum amount of time it may take to compute the Argon2 hash. | (default: 2)