cast5box.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 29 行

H
29
字号
//////////////////////////////////////////////////////////////////////////////
// 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 + =
减小字号Ctrl + -
显示快捷键?