Fix SSHA hash
This commit is contained in:
@@ -56,6 +56,14 @@ class SSHA256 extends SSHA
|
||||
return "sha256";
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public function getHashLength()
|
||||
{
|
||||
return 32;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user