⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 keyblock.h

📁 破解des算法的程序
💻 H
字号:
/***************************************************************************** * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -