Skip to content

Commit e4e74b8

Browse files
committed
Terrible fix relating to broken #61 fix
1 parent 72faac7 commit e4e74b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/argon2.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ class Password
1414
DEFAULT_T_COST = 2
1515
DEFAULT_M_COST = 16
1616
DEFAULT_P_COST = 1
17-
MIN_T_COST = 3
17+
MIN_T_COST = 1
1818
MAX_T_COST = 750
19-
MIN_M_COST = 1
19+
MIN_M_COST = 3
2020
MAX_M_COST = 31
2121
MIN_P_COST = 1
2222
MAX_P_COST = 8

0 commit comments

Comments
 (0)