Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->encryptionAlgorithm->setHash('sha512');
     $this->encryptionAlgorithm->setMGFHash('sha512');
 }