コード例 #1
0
ファイル: RS512.php プロジェクト: jonasvr/lockedornot
 public function __construct()
 {
     parent::__construct();
     $this->encryptionAlgorithm->setHash('sha512');
     $this->encryptionAlgorithm->setMGFHash('sha512');
 }