代码搜索结果

找到约 10,000 项符合 的代码

sapphire.h

#ifndef CRYPTOPP_SAPPHIRE_H #define CRYPTOPP_SAPPHIRE_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class SapphireBase { public: enum {KEYLENGTH=16}; // default

unit4.~pas

unit Unit4; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Spin; type TForm4 = class(TForm) Label1: TLabel; La

version.h

/* * version.h * * 版本号 * * * * * 陈真勇(SA01010010) * w3wind@sina.com or * zychen@ustc.edu.cn * 中国科学技术大学自动化系 * 2002/6/12 */ #ifndef _VERSION_H_ #de

modes.h

#ifndef CRYPTOPP_MODES_H #define CRYPTOPP_MODES_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class CipherMode { protected: CipherMode(const BlockTransformation &c

md2.h

#ifndef CRYPTOPP_MD2_H #define CRYPTOPP_MD2_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class MD2 : public HashModule { public: MD2(); void Update(const byte *

project1.~dpr

program Project1; uses Forms, Unit1 in 'Unit1.pas' {Form1}, Unit2 in 'Unit2.pas' {Form2}, Unit3 in 'Unit3.pas' {Form3}, Unit4 in 'Unit4.pas' {Form4}, Unit5 in 'Unit5.pas' {Form5},

unit6.dfm

object Form6: TForm6 Left = 308 Top = 272 Width = 298 Height = 233 Caption = #27880#24847 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Hei

dsa.h

#ifndef CRYPTOPP_DSA_H #define CRYPTOPP_DSA_H #include "pubkey.h" #include "modexppc.h" #include "sha.h" NAMESPACE_BEGIN(CryptoPP) const int MIN_DSA_PRIME_LENGTH = 512; const int MAX_DSA_

queue.h

// specification file for an unlimited queue for storing bytes #ifndef CRYPTOPP_QUEUE_H #define CRYPTOPP_QUEUE_H #include "cryptlib.h" NAMESPACE_BEGIN(CryptoPP) // The queue is implemente