aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/argon2i.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16266] Remove extra declaration of constantsMarc Alexander2020-01-051-11/+3
* [ticket/16266] Prevent "Use of undefined constant" warning in testsrxu2019-12-291-0/+8
* [ticket/16266] Refactor patch using argon2 predefined constantsrxu2019-12-281-4/+5
* [ticket/16266] More code optimizingrxu2019-12-281-3/+3
* [ticket/16266] More code optimizingrxu2019-12-281-3/+5
* [ticket/16266] Optimize coderxu2019-12-281-15/+6
* [ticket/16266] Fix argon2 driver issue for Sodium implementationrxu2019-12-261-4/+15
* [ticket/16016] Add a base class for native password hashingJoshyPHP2019-07-231-33/+5
* [ticket/15646] Added support for Argon2i passwordsJoshyPHP2019-05-081-0/+101