keyblock.h
来自「破解des算法的程序」· C头文件 代码 · 共 30 行
H
30 行
/***************************************************************************** * keyblock.h * * Header file for keyblock.c * * * * Written 1998 by Cryptography Research (http://www.cryptography.com) * * and Paul Kocher for the Electronic Frontier Foundation (EFF). * * Placed in the public domain by Cryptography Research and EFF. * * THIS IS UNSUPPORTED FREE SOFTWARE. USE AND DISTRIBUTE AT YOUR OWN RISK. * * * * IMPORTANT: U.S. LAW MAY REGULATE THE USE AND/OR EXPORT OF THIS PROGRAM. * * * ***************************************************************************** * * * REVISION HISTORY: * * * * Version 1.0: Initial release by Cryptography Research to EFF. * * * *****************************************************************************/#ifndef __KEYBLOCK_H#define __KEYBLOCK_Hvoid WriteSearchContext(FILE *fp, SEARCH_CTX *sp);void OpenSearchContext(FILE *fp, SEARCH_CTX *ctx);long ReserveKeyRegion(FILE *fp, SEARCH_CTX *ctx);void FinishKeyRegion(FILE *fp, SEARCH_CTX *ctx, long keyRegion);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?