📄 cast5box.h
字号:
//////////////////////////////////////////////////////////////////////////////
// Cast5Box.h
//
// Exports for the CAST5 S-boxes.
//////////////////////////////////////////////////////////////////////////////
// $Id: Cast5Box.h,v 1.4 1998/12/14 18:55:23 nryan Exp $
// Portions Copyright (C) 1998 by Network Associates, Inc.
// All rights reserved.
#ifndef Included_Cast5Box_h // [
#define Included_Cast5Box_h
////////////////////
// The CAST5 S-Boxes
////////////////////
extern const PGPUInt32 S1[256];
extern const PGPUInt32 S2[256];
extern const PGPUInt32 S3[256];
extern const PGPUInt32 S4[256];
extern const PGPUInt32 S5[256];
extern const PGPUInt32 S6[256];
extern const PGPUInt32 S7[256];
extern const PGPUInt32 S8[256];
#endif // ] Included_Cast5Box_h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -