@@ -25,14 +25,14 @@ |
||
| 25 | 25 | * @link https://github.com/mmeyer2k/dcrypt |
| 26 | 26 | * @link https://apigen.ci/github/mmeyer2k/dcrypt/namespace-Dcrypt.html |
| 27 | 27 | */ |
| 28 | -class AesExp extends Aes |
|
| 29 | -{
|
|
| 28 | +class AesExp extends Aes |
|
| 29 | +{ |
|
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * Throw an invalid checksum exception. |
| 33 | 33 | */ |
| 34 | - protected static function invalidChecksum() |
|
| 35 | - {
|
|
| 34 | + protected static function invalidChecksum() |
|
| 35 | + { |
|
| 36 | 36 | $e = 'Decryption can not proceed due to invalid cyphertext checksum.'; |
| 37 | 37 | throw new \Exception($e); |
| 38 | 38 | } |