@@ -14,8 +14,8 @@ |
||
14 | 14 | |
15 | 15 | namespace Dcrypt; |
16 | 16 | |
17 | -class Rot128 |
|
18 | -{ |
|
17 | +class Rot128 |
|
18 | +{ |
|
19 | 19 | /** |
20 | 20 | * Rot-128 encode a binary string with strtr. |
21 | 21 | * |