aesig.ini

来自「AESrealization and documentation in C la」· INI 代码 · 共 15 行

INI
15
字号
# sample script for AES Implementation Generator.

# comments are on
comments = 1

# cipher key
key = 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff 

# parameter for srand() C-function
seed = 1

# output filename
out = "wbaes.c"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?