Fix SSHA hash

This commit is contained in:
Marcin Łojewski
2018-06-13 12:47:56 +02:00
parent 1df4cebf76
commit db6b5e0d2f
3 changed files with 24 additions and 1 deletions

View File

@@ -56,6 +56,14 @@ class SSHA512 extends SSHA
return "sha512";
}
/**
* @inheritdoc
*/
public function getHashLength()
{
return 64;
}
/**
* @inheritdoc
*/