Lemon Gong
Results
2
issues of
Lemon Gong
i try the demo. ``` class MyApp_colour(cli.Application): PROGNAME = colors.green VERSION = colors.blue | "1.0.2" COLOR_GROUPS = {"Meta-switches" : colors.bold & colors.yellow} opts = cli.Flag("--ops", help=colors.magenta | "This is help")...
`padding = lambda data, block=16: data + [(16 - len(data) % block)for _ in range(16 - len(data) % block)] def crypt_ecb(self, input_data): # SM4-ECB block encryption/decryption input_data = bytes_to_list(input_data) if...