提交 b046d706 编写于 作者: A Andy Polyakov

rc5.h: stop wasting space on 64-bit platforms [breaks binary compatibility!].

上级 ae007d4d
......@@ -72,8 +72,7 @@ extern "C" {
#define RC5_ENCRYPT 1
#define RC5_DECRYPT 0
/* 32 bit. For Alpha, things may get weird */
#define RC5_32_INT unsigned long
#define RC5_32_INT unsigned int
#define RC5_32_BLOCK 8
#define RC5_32_KEY_LENGTH 16 /* This is a default, max is 255 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册