@@ -23,8 +23,8 @@ |
||
| 23 | 23 | * @license http://opensource.org/licenses/MIT The MIT License (MIT) |
| 24 | 24 | * @link https://github.com/mmeyer2k/dcrypt |
| 25 | 25 | */ |
| 26 | -class Rot128 |
|
| 27 | -{
|
|
| 26 | +class Rot128 |
|
| 27 | +{ |
|
| 28 | 28 | /** |
| 29 | 29 | * Rot-128 encode a binary string with strtr. |
| 30 | 30 | * |