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

📄 dhkey.h

📁 cipe 编程
💻 H
字号:
/*   PKCIPE - public key based configuration tool for CIPE   dhkey.h - shared Diffie-Hellman parameter   Copyright 2000 Olaf Titz <olaf@bigred.inka.de>   This program is free software; you can redistribute it and/or   modify it under the terms of the GNU General Public License   as published by the Free Software Foundation; either version   2 of the License, or (at your option) any later version.*//* $Id: dhkey.h,v 1.1 2000/11/08 23:59:33 olaf Exp $ *//* This was generated using the DH_generate_parameters function of OpenSSL. */#define DH_PRIME_BITS 1024#define DH_PRIME_BYTES 128#define DH_PRIME_BIN { \  0xde, 0xea, 0x40, 0x58, 0xe1, 0x1b, 0x93, 0x07, \  0xb9, 0xab, 0x41, 0x17, 0xc1, 0x4d, 0x18, 0x08, \  0x05, 0xb1, 0x61, 0x85, 0x72, 0x96, 0xdb, 0xea, \  0x6c, 0xa0, 0xa7, 0xc5, 0x1c, 0xe3, 0x97, 0xc4, \  0x8b, 0xde, 0x45, 0x49, 0x14, 0xd4, 0x05, 0xaa, \  0x26, 0x1d, 0x56, 0xfa, 0x4f, 0x36, 0x82, 0x95, \  0x9f, 0x7f, 0x24, 0x51, 0xbd, 0xd0, 0x16, 0x80, \  0xd8, 0x0f, 0x93, 0xdd, 0x69, 0x66, 0x33, 0x89, \  0x3b, 0xde, 0xd5, 0xfe, 0xec, 0x6a, 0xdd, 0x4f, \  0x52, 0x52, 0xcf, 0xd9, 0xf8, 0xbd, 0xee, 0xea, \  0xc7, 0x15, 0x5e, 0x0b, 0x1a, 0x95, 0x74, 0xa5, \  0xf2, 0x05, 0xa2, 0x20, 0xb3, 0xb1, 0x64, 0x54, \  0x5c, 0xf2, 0x26, 0xc9, 0x45, 0xba, 0x75, 0x5f, \  0x26, 0x3f, 0x5b, 0xd9, 0xfe, 0x8a, 0xe6, 0x09, \  0x8b, 0xe8, 0xbf, 0x0d, 0xbb, 0xc8, 0xc5, 0x29, \  0x31, 0xd6, 0xe9, 0xa1, 0xa6, 0x57, 0x74, 0xd3 }#define DH_GEN_BITS 2#define DH_GEN_BYTES 1#define DH_GEN_BIN { 0x02 }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -