コード例 #1
0
ファイル: Hash.php プロジェクト: piotrgolasz/rsa
 public function __construct($hash = 'sha512')
 {
     parent::__construct($hash);
 }