📄 pgphashwords.h
字号:
/*____________________________________________________________________________
Copyright (C) 1996-1999 Network Associates, Inc.
All rights reserved.
$Id: pgpHashWords.h,v 1.1 1999/03/28 23:14:58 wprice Exp $
____________________________________________________________________________*/
#ifndef HASHWORDLIST_H
#define HASHWORDLIST_H
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
extern unsigned char hashWordListOdd[256][12];
extern unsigned char hashWordListEven[256][10];
#ifdef __cplusplus
}
#endif // __cplusplus
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -