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