gost.h
来自「open arj source」· C头文件 代码 · 共 29 行
H
29 行
/* * $Id: gost.h,v 1.1.1.1 2002/03/28 00:02:55 andrew_belov Exp $ * --------------------------------------------------------------------------- * Prototypes of the functions and declarations of data structures located in * GOST.C are stored here. * */#ifndef GOST_INCLUDED#define GOST_INCLUDED/* Encryption-related constants */#define GSH_BITS 11 /* Used in bit shifts */#define KEYGEN_ITERATIONS 2048 /* Number of key generation cycles *//* Predefined patterns */#define GOST_I_PAT_LO 0x01010101#define GOST_I_PAT_HI 0x01010104/* Prototypes */void calc_gost_pattern();unsigned long gost_term(unsigned long data);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?