Skip to content

Commit 72faac7

Browse files
committed
Fixes #61
1 parent 3282118 commit 72faac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/argon2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Password
1414
DEFAULT_T_COST = 2
1515
DEFAULT_M_COST = 16
1616
DEFAULT_P_COST = 1
17-
MIN_T_COST = 1
17+
MIN_T_COST = 3
1818
MAX_T_COST = 750
1919
MIN_M_COST = 1
2020
MAX_M_COST = 31

0 commit comments

Comments
 (0)