removed initialization where not needed

This commit is contained in:
Jonny Fonsato 2022-08-02 11:50:12 +02:00
parent 05cdd09f52
commit 5c8966334e
No known key found for this signature in database
GPG Key ID: 8786B03DB82F62DD
4 changed files with 4 additions and 4 deletions

View File

@ -127,7 +127,7 @@ class DES extends BlockCipher
/**
* @var array
*/
private $kl = [];
private $kl;
/**
* Shuffle table.

View File

@ -128,7 +128,7 @@ abstract class EC extends AsymmetricKey
/**
* @var string
*/
protected $sigFormat = '';
protected $sigFormat;
/**
* Create public / private key pair.

View File

@ -43,7 +43,7 @@ class KoblitzPrime extends Prime
/**
* @var list<array{a: BigInteger, b: BigInteger}>
*/
public $basis = [];
public $basis;
/**
* @var object

View File

@ -173,7 +173,7 @@ class Hash
/**
* @var int
*/
private $blockSize = 0;
private $blockSize;
/**#@+
* UMAC variables