?? cast-256.h.txt
字號(hào):
#ifndef __cast_256_h__
#define __cast_256_h__
#ifdef __cplusplus
extern "C" {
#endif
void _zcrypt_cast256_set_key(uint32 *l_key,const uint32 in_key[],const uint32 key_len);
void _zcrypt_cast256_encrypt(uint32 *l_key,uint32 *blk);
void _zcrypt_cast256_decrypt(uint32 *l_key,uint32 *blk);
#ifdef __cplusplus
}
#endif
#endif /* !__cast_256_h__ */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -