Dedicated class for crypto parameters

This commit is contained in:
Marcin Łojewski
2018-12-24 15:28:05 +01:00
parent 5045c7d931
commit 93e769bfe5
8 changed files with 83 additions and 44 deletions

View File

@@ -61,8 +61,7 @@ interface IPasswordAlgorithm
/**
* Configuration for the algorithm.
* The return array should contain entries which define keys:
* name, visible_name, default, min, max.
* The return array should contain entries of class <code>CryptoParam</code>
*
* @return array The configuration array.
*/