예제 #1
0
 static function initialize($algorithm, $salt)
 {
     self::$algorithm = $algorithm;
     self::$salt = $salt;
 }