Subversion Repositories oidplus

Rev

Rev 1116 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1116 Rev 1212
Line 24... Line 24...
24
// phpcs:enable PSR1.Files.SideEffects
24
// phpcs:enable PSR1.Files.SideEffects
25
 
25
 
26
class OIDplusAuthPluginArgon2 extends OIDplusAuthPlugin {
26
class OIDplusAuthPluginArgon2 extends OIDplusAuthPlugin {
27
 
27
 
28
        /**
28
        /**
-
 
29
         * @return string
-
 
30
         */
-
 
31
        public function id(): string {
-
 
32
                return 'A4_argon2';
-
 
33
        }
-
 
34
 
-
 
35
        /**
29
         * @param bool $html
36
         * @param bool $html
30
         * @return void
37
         * @return void
31
         */
38
         */
32
        public function init(bool $html=true) {
39
        public function init(bool $html=true) {
33
                // TODO: Let the admin decide about the memory, iterations, and parallelism options
40
                // TODO: Let the admin decide about the memory, iterations, and parallelism options