public function hash($str, $bitArrayMaxLength, $magicNum)
 {
     return parent::hash($str, $bitArrayMaxLength, $magicNum);
 }