hashwordlist.h
来自「vc环境下的pgp源码」· C头文件 代码 · 共 25 行
H
25 行
/*____________________________________________________________________________
Copyright (C) 1996-1999 Network Associates, Inc.
All rights reserved.
$Id: HashWordList.h,v 1.4 1999/03/10 02:42:57 heller Exp $
____________________________________________________________________________*/
#ifndef HASHWORDLIST_H
#define HASHWORDLIST_H
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
#include "PGPFone.h"
extern uchar hashWordListOdd[256][12];
extern uchar hashWordListEven[256][10];
#ifdef __cplusplus
}
#endif // __cplusplus
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?