This commit is contained in:
[GGSuchao]
2017-07-04 20:37:45 +08:00
committed by GGSuchao
parent 5d7d9db956
commit ad1fb8a46e

View File

@@ -6,6 +6,8 @@
enum mode_t { ECB, CTR, CBC, CFB, OFB };
#endif
#include <stdint.h>
enum simon_cipher_config_t { simon_64_32,
simon_72_48,
simon_96_48,