We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f1444 commit 01b685eCopy full SHA for 01b685e
README.md
@@ -33,7 +33,7 @@ import simple_encoder_decoder as sed
33
34
seed = 12345
35
charset = sed.generate_charset(seed)
36
-shift_pattern = [2, 5, 6, 8, 25, 86] # Max value is 100!
+shift_pattern = [2, 5, 6, 8, 25, 86, 17, 45, 32, 11, 56, 23, 44, 23, 64, 89] # Max length is 100!
37
38
input_text: str = "Hello World"
39
0 commit comments