projects
/
core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb79f57
)
Continued:
author
Roland Häder
<roland@mxchange.org>
Sat, 1 Feb 2025 23:12:57 +0000
(
00:12
+0100)
committer
Roland Häder
<roland@mxchange.org>
Sat, 1 Feb 2025 23:12:57 +0000
(
00:12
+0100)
- ops, proper type now
framework/main/classes/scrypt/class_Scrypt.php
patch
|
blob
|
history
diff --git
a/framework/main/classes/scrypt/class_Scrypt.php
b/framework/main/classes/scrypt/class_Scrypt.php
index 1b609ef22312941baf87156052ae04a2fbca3dfe..66683e9c905f7f8f8a76cc5216be730bcee94c35 100644
(file)
--- a/
framework/main/classes/scrypt/class_Scrypt.php
+++ b/
framework/main/classes/scrypt/class_Scrypt.php
@@
-138,7
+138,7
@@
abstract class Scrypt extends BaseFrameworkSystem
*
* @return string The hashed password
*/
- public static function hashScrypt (string $password, string $salt = '', int $N = 16384, int $r = 8, int $p = 1): str
+ public static function hashScrypt (string $password, string $salt = '', int $N = 16384, int $r = 8, int $p = 1): str
ing
{
if (!FrameworkFeature::isFeatureAvailable('hubcoin_reward')) {
// Feature has been disabled